Information about plays

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

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

{
    "id": 1286892,
    "uri": "https://api.kexp.org/v2/plays/1286892/?format=api",
    "airdate": "2007-10-04T11:32:00-07:00",
    "show": 22517,
    "show_uri": "https://api.kexp.org/v2/shows/22517/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61zLOY-GrRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61zLOY-GrRL._SL75_.jpg",
    "song": "A Drunken Punchup at a Wedding (No No No No No No No No)",
    "track_id": null,
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Hail to the Thief",
    "release_id": "b9a560b3-7af4-41b2-aec6-83df4633a1e2",
    "release_group_id": null,
    "labels": [
        "Capital Recordings"
    ],
    "label_ids": [
        "82c0aff4-6190-4ae4-add7-96b02df0cd30"
    ],
    "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"
}