Information about plays

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

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

{
    "id": 371467,
    "uri": "https://api.kexp.org/v2/plays/371467/?format=api",
    "airdate": "2019-08-23T20:31:00-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Choo Choo",
    "track_id": "6877cd9c-d161-4d36-a9f2-3618fec82df3",
    "recording_id": null,
    "artist": "Mac DeMarco",
    "artist_ids": [
        "f2492c31-54a8-4347-a1fc-f81f72873bbf"
    ],
    "album": "Here Comes the Cowboy",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Royal Mountain Records"
    ],
    "label_ids": [
        "564dc8fb-cbd0-453b-ad29-dd867556d041"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Full performance from the KEXP studios. https://www.youtube.com/watch?v=qFNPEAniyDg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}