Information about plays

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

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

{
    "id": 459577,
    "uri": "https://api.kexp.org/v2/plays/459577/?format=api",
    "airdate": "2001-08-26T00:15:00-07:00",
    "show": 7794,
    "show_uri": "https://api.kexp.org/v2/shows/7794/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/412JF4HYF8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/412JF4HYF8L._SL75_.jpg",
    "song": "Mr. Jelly Lord",
    "track_id": "f4ca1af9-6e0a-4f4f-94c1-aa1716c01306",
    "recording_id": null,
    "artist": "Jelly Roll Morton",
    "artist_ids": [
        "3d094919-071f-4070-95dc-e1f350e4a5f3"
    ],
    "album": "The Pearls",
    "release_id": "312b8e0e-08a9-4250-8286-a08e4936bbbd",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}