Information about plays

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

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

{
    "id": 431612,
    "uri": "https://api.kexp.org/v2/plays/431612/?format=api",
    "airdate": "2001-06-05T15:00:00-07:00",
    "show": 7260,
    "show_uri": "https://api.kexp.org/v2/shows/7260/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51aSQWO5BnL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51aSQWO5BnL._SL75_.jpg",
    "song": "What We All Want (live)",
    "track_id": "4cc68e3d-4a69-4a01-b648-b420693b41e0",
    "recording_id": null,
    "artist": "Gang of Four",
    "artist_ids": [
        "d8661c02-f423-4d72-8044-40ff05daf7a1"
    ],
    "album": "Another Day/Another Dollar",
    "release_id": "b03b38ce-275b-4d1b-b740-3edb4cba3a86",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}