Information about plays

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

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

{
    "id": 373082,
    "uri": "https://api.kexp.org/v2/plays/373082/?format=api",
    "airdate": "2019-08-27T16:38:51-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/84dfc163-4782-4380-9223-694dd08d9776/4475455166-250.jpg",
    "thumbnail_uri": "",
    "song": "I Can’t Live Without My Radio",
    "track_id": "158e62ed-757f-3b8f-a226-1113163e4483",
    "recording_id": null,
    "artist": "LL Cool J",
    "artist_ids": [
        "a4dd0e77-83b8-4e92-89b7-effb0e47fd8c"
    ],
    "album": "All World",
    "release_id": "84dfc163-4782-4380-9223-694dd08d9776",
    "release_group_id": null,
    "labels": [
        "Def Jam Music Group"
    ],
    "label_ids": [
        "e2ed0cac-6b4e-4d54-b211-79bcce7d65eb"
    ],
    "release_date": "1996-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jason continues, \"The only challenge was fitting it on the size CD's I happened to have at the time. I'm pretty sure I left a few songs off. Joni Mitchell's You Turn Me On I'm a Radio was one of those songs.\" ...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}