Information about plays

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

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

{
    "id": 354058,
    "uri": "https://api.kexp.org/v2/plays/354058/?format=api",
    "airdate": "2019-07-13T23:31:24-07:00",
    "show": 5901,
    "show_uri": "https://api.kexp.org/v2/shows/5901/?format=api",
    "image_uri": "http://coverartarchive.org/release/8be40a5a-816b-4a10-aa3d-2bebf727d22f/5542501442-250.jpg",
    "thumbnail_uri": "",
    "song": "Paralyzed",
    "track_id": "39f7031c-7a0d-4e56-8305-245be9326197",
    "recording_id": null,
    "artist": "Motörhead",
    "artist_ids": [
        "57961a97-3796-4bf7-9f02-a985a8979ae9"
    ],
    "album": "Aftershock",
    "release_id": "8be40a5a-816b-4a10-aa3d-2bebf727d22f",
    "release_group_id": null,
    "labels": [
        "UDR"
    ],
    "label_ids": [
        "862919f8-d25f-43e3-b279-c10e5792c082"
    ],
    "release_date": "2013-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aftershock is the 21st studio album by Motörhead.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}