Information about plays

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

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

{
    "id": 1265392,
    "uri": "https://api.kexp.org/v2/plays/1265392/?format=api",
    "airdate": "2007-08-10T18:47:00-07:00",
    "show": 22155,
    "show_uri": "https://api.kexp.org/v2/shows/22155/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thunder and Lightning",
    "track_id": "8f5d46df-288e-4be7-b021-87ebe25e018b",
    "recording_id": null,
    "artist": "Tooter Boatman",
    "artist_ids": [
        "1e726829-0104-494f-b693-8ade6f7a112b"
    ],
    "album": "Rockabilly & Hillbilly Bop, Volume 4: Mad Dog in Town",
    "release_id": "50d01a67-eddf-4cba-ad8e-c26cea93effe",
    "release_group_id": null,
    "labels": [
        "Mustang"
    ],
    "label_ids": [
        "30a2e912-d484-4135-83cd-b2967bc1c20c"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}