Information about plays

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

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

{
    "id": 440432,
    "uri": "https://api.kexp.org/v2/plays/440432/?format=api",
    "airdate": "2001-07-01T12:17:38-07:00",
    "show": 7429,
    "show_uri": "https://api.kexp.org/v2/shows/7429/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wWtIMN8UL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wWtIMN8UL._SL75_.jpg",
    "song": "From a Buick 6",
    "track_id": null,
    "recording_id": null,
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Highway 61 Revisited",
    "release_id": "d61a2bd9-81ac-4023-bd22-1c884d4a176c",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1965-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}