Information about plays

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

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

{
    "id": 421436,
    "uri": "https://api.kexp.org/v2/plays/421436/?format=api",
    "airdate": "2001-05-05T10:16:00-07:00",
    "show": 7055,
    "show_uri": "https://api.kexp.org/v2/shows/7055/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vd9p94bTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vd9p94bTL._SL75_.jpg",
    "song": "Hypocrites",
    "track_id": "2501a0bc-6ca5-4477-9c2d-5fe1fcd479a1",
    "recording_id": null,
    "artist": "Tony Rebel",
    "artist_ids": [
        "bda1493d-a316-4dfd-871f-a600aa795a55"
    ],
    "album": "Realms of Rebel",
    "release_id": "f1cfdfe2-ad29-4610-943c-0397c98ba29e",
    "release_group_id": null,
    "labels": [
        "RAS Records"
    ],
    "label_ids": [
        "8964f582-c932-424d-b518-f1385f553d89"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}