Information about plays

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

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

{
    "id": 473511,
    "uri": "https://api.kexp.org/v2/plays/473511/?format=api",
    "airdate": "2001-10-06T10:28:41-07:00",
    "show": 8066,
    "show_uri": "https://api.kexp.org/v2/shows/8066/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61QE9448BYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61QE9448BYL._SL75_.jpg",
    "song": "Dread Are the Controller",
    "track_id": "68a6af2f-f49c-48c7-844c-5c69249e7426",
    "recording_id": null,
    "artist": "Linval Thompson",
    "artist_ids": [
        "c60178ab-c3d9-4f9d-ac56-4bf2eb93feed"
    ],
    "album": "Jonny Greenwood Is the Controller",
    "release_id": "6174df29-5a0a-4532-b41d-bda0c2026dde",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "2007-02-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}