Information about plays

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

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

{
    "id": 1379686,
    "uri": "https://api.kexp.org/v2/plays/1379686/?format=api",
    "airdate": "2008-05-28T19:23:00-07:00",
    "show": 24078,
    "show_uri": "https://api.kexp.org/v2/shows/24078/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TTQZQDPWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TTQZQDPWL._SL75_.jpg",
    "song": "Barb'ry Allen",
    "track_id": "78eb21dd-1c70-4ede-b0de-d4a81612f42b",
    "recording_id": null,
    "artist": "Tom Rush",
    "artist_ids": [
        "7a64f2ab-0605-466b-92ce-ddeb7bef5d42"
    ],
    "album": "Blues, Songs and Ballads",
    "release_id": "72279812-438a-4d84-804a-661330ee5dda",
    "release_group_id": null,
    "labels": [
        "Prestige Elite"
    ],
    "label_ids": [
        "d89fc2ca-e9e7-4e7b-bd83-74658d1f23f4"
    ],
    "release_date": "1963-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}