Information about plays

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

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

{
    "id": 414460,
    "uri": "https://api.kexp.org/v2/plays/414460/?format=api",
    "airdate": "2001-03-04T15:00:00-08:00",
    "show": 6908,
    "show_uri": "https://api.kexp.org/v2/shows/6908/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11gyZwH6-yL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11gyZwH6-yL._SL75_.jpg",
    "song": "The Graze and the Graves",
    "track_id": "e2c0bae4-84b5-415c-9348-f800ba3066ba",
    "recording_id": null,
    "artist": "Joel RL Phelps",
    "artist_ids": [
        "92b386db-1fb2-402f-82a8-43c6d2b262a2"
    ],
    "album": "Warm Springs Night",
    "release_id": "c7e360a2-36a9-497f-9fd5-194b77f5c6c3",
    "release_group_id": null,
    "labels": [
        "Pacifico Records"
    ],
    "label_ids": [
        "459d0ebf-8b5d-47a8-9905-f56ff10d43bc"
    ],
    "release_date": "1995-10-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}