Information about plays

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

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

{
    "id": 422347,
    "uri": "https://api.kexp.org/v2/plays/422347/?format=api",
    "airdate": "2001-05-08T09:13:20-07:00",
    "show": 7077,
    "show_uri": "https://api.kexp.org/v2/shows/7077/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sWb2qiTUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sWb2qiTUL._SL75_.jpg",
    "song": "Tears Came Rolling Down",
    "track_id": "6dba8031-537d-4487-b61c-66315995e422",
    "recording_id": null,
    "artist": "Geoff Muldaur",
    "artist_ids": [
        "3f49ffea-060c-419e-bc57-690cf23c2ac7"
    ],
    "album": "Blues Boy",
    "release_id": "2dd15ef7-edf7-47d3-90cd-0424fdb7fc75",
    "release_group_id": null,
    "labels": [
        "Bullseye Blues"
    ],
    "label_ids": [
        "3d265791-0123-4811-a223-751edb2759a6"
    ],
    "release_date": "2001-04-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}