Information about plays

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

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

{
    "id": 452421,
    "uri": "https://api.kexp.org/v2/plays/452421/?format=api",
    "airdate": "2001-08-05T12:47:08-07:00",
    "show": 7654,
    "show_uri": "https://api.kexp.org/v2/shows/7654/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41M147GA1NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41M147GA1NL._SL75_.jpg",
    "song": "You Don't Know What Love Is",
    "track_id": "894ab4fd-423b-4c16-ac47-6163a8f1e261",
    "recording_id": null,
    "artist": "Sonny Rollins",
    "artist_ids": [
        "3b47247e-5b57-49b6-a0ed-bad80243802a"
    ],
    "album": "Saxophone Colossus",
    "release_id": "7e46a7af-d69f-44be-a837-4126582737b2",
    "release_group_id": null,
    "labels": [
        "Prestige"
    ],
    "label_ids": [
        "11847c89-4b2c-4866-84c3-f72e264c0f66"
    ],
    "release_date": "1956-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}