Information about plays

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

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

{
    "id": 501736,
    "uri": "https://api.kexp.org/v2/plays/501736/?format=api",
    "airdate": "2001-12-29T17:50:00-08:00",
    "show": 8616,
    "show_uri": "https://api.kexp.org/v2/shows/8616/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51UjauWM2vL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51UjauWM2vL._SL75_.jpg",
    "song": "Shipbuilding",
    "track_id": null,
    "recording_id": null,
    "artist": "Elvis Costello & The Attractions",
    "artist_ids": [
        "0ffb6573-a98e-412e-aa01-0a580e9d8b06"
    ],
    "album": "Punch the Clock",
    "release_id": "d33b3510-0a9c-43fb-96bc-beecac7ad3d2",
    "release_group_id": null,
    "labels": [
        "Demon Records"
    ],
    "label_ids": [
        "45721d83-32e3-479f-830f-15216efe323c"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}