Information about plays

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

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

{
    "id": 416556,
    "uri": "https://api.kexp.org/v2/plays/416556/?format=api",
    "airdate": "2001-04-19T23:06:40-07:00",
    "show": 6951,
    "show_uri": "https://api.kexp.org/v2/shows/6951/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21SA7V9Q7XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21SA7V9Q7XL._SL75_.jpg",
    "song": "Why Me",
    "track_id": "54d1e5e8-f1c1-49d4-b82f-646236d4745c",
    "recording_id": null,
    "artist": "Sebastian Whittaker & The Creators",
    "artist_ids": [
        "e4d840e7-52cf-49d5-91fe-f0900ce13862"
    ],
    "album": "The Valley Of The Kings",
    "release_id": "bbc6d612-bbeb-40a7-90bd-140f375eca89",
    "release_group_id": null,
    "labels": [
        "Justice"
    ],
    "label_ids": [
        "6ae40ec5-c227-4f6e-b774-d85055e2112b"
    ],
    "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"
}