Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/382939/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 382939,
    "uri": "https://api.kexp.org/v2/plays/382939/?format=api",
    "airdate": "2019-09-19T11:46:19-07:00",
    "show": 6371,
    "show_uri": "https://api.kexp.org/v2/shows/6371/?format=api",
    "image_uri": "http://coverartarchive.org/release/b8810723-431e-47ed-9db2-701ead4ed509/21236079653-250.jpg",
    "thumbnail_uri": "",
    "song": "Trust Me Baby",
    "track_id": "02406e3d-f583-4a4e-bbad-341499591cfc",
    "recording_id": null,
    "artist": "Empress Of",
    "artist_ids": [
        "91cd6a5a-e0db-4329-837e-9b6479d1ed2d"
    ],
    "album": "Us",
    "release_id": "b8810723-431e-47ed-9db2-701ead4ed509",
    "release_group_id": null,
    "labels": [
        "Terrible Records"
    ],
    "label_ids": [
        "09ec3fcc-17ae-464d-8cb7-d702565af959"
    ],
    "release_date": "2018-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lorely Rodriguez, known by her stage name Empress Of, has put out two albums <i>Me</i> and <i>Us</i>. \"Lorely's stage name was inspired by a tarot card reading she did with a friend: \"The first card he pulled out was an Empress card and I was like, 'It's me, I am Empress.' [...] the Empress card is connected to fertility and mothering and strength. It's kind of nice to have those feelings.\"\" https://bit.ly/2m49L4N",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}