Information about plays

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

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

{
    "id": 1317439,
    "uri": "https://api.kexp.org/v2/plays/1317439/?format=api",
    "airdate": "2007-12-22T23:26:00-08:00",
    "show": 23036,
    "show_uri": "https://api.kexp.org/v2/shows/23036/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Time Bomb",
    "track_id": "e0085a01-75c8-4f46-81b4-71ebf2e735a1",
    "recording_id": null,
    "artist": "Bad Lieutenants",
    "artist_ids": [
        "67bcb173-78f1-46a1-a5f8-422426242eef"
    ],
    "album": "Every Time I Come Around",
    "release_id": "5eaddc4c-aa65-4028-9ed9-7442a5f13ba3",
    "release_group_id": null,
    "labels": [
        "Heart Beat"
    ],
    "label_ids": [],
    "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"
}