Information about plays

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

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

{
    "id": 1396423,
    "uri": "https://api.kexp.org/v2/plays/1396423/?format=api",
    "airdate": "2008-07-11T18:35:56-07:00",
    "show": 24366,
    "show_uri": "https://api.kexp.org/v2/shows/24366/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417CCWV47VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417CCWV47VL._SL75_.jpg",
    "song": "Feel It",
    "track_id": "fd2dba11-b2d9-4d55-bf31-a925d9197fa8",
    "recording_id": null,
    "artist": "Sam Cooke",
    "artist_ids": [
        "6c8fd0be-d961-454c-aee0-4366a6dbc993"
    ],
    "album": "Live at the Harlem Square Club, 1963",
    "release_id": "3e3a43d1-1fc0-4907-b657-9eca4b1195c8",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}