Information about plays

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

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

{
    "id": 380042,
    "uri": "https://api.kexp.org/v2/plays/380042/?format=api",
    "airdate": "2019-09-12T15:24:10-07:00",
    "show": 6324,
    "show_uri": "https://api.kexp.org/v2/shows/6324/?format=api",
    "image_uri": "http://coverartarchive.org/release/0690c89a-8edd-44fe-88c7-90cb1e110dc5/22073085706-250.jpg",
    "thumbnail_uri": "",
    "song": "Siete",
    "track_id": "cebcdce9-987e-4d9c-bcb5-18edd6a22571",
    "recording_id": null,
    "artist": "Nicola Cruz",
    "artist_ids": [
        "913ed87d-3b1e-48b8-a3a1-a0377c959b83"
    ],
    "album": "Siku",
    "release_id": "0690c89a-8edd-44fe-88c7-90cb1e110dc5",
    "release_group_id": null,
    "labels": [
        "ZZK Records"
    ],
    "label_ids": [
        "f0947b0c-f63a-433e-9a48-6625326d933e"
    ],
    "release_date": "2019-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "KEXP interviewed Ecuadorian DJ/producer Nicola Cruz back in May of this year. You can read the full interview here: https://www.kexp.org/read/2019/5/14/descubre-el-sonido-nicola-cruz-interview-mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}