Information about plays

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

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

{
    "id": 368891,
    "uri": "https://api.kexp.org/v2/plays/368891/?format=api",
    "airdate": "2019-08-17T23:39:00-07:00",
    "show": 6148,
    "show_uri": "https://api.kexp.org/v2/shows/6148/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dirty Work",
    "track_id": "b003ee3e-0505-38da-9ae6-7b55d3d11ae4",
    "recording_id": null,
    "artist": "Poison Girls",
    "artist_ids": [
        "cfa47485-c368-49f1-aca2-48348d8a6823"
    ],
    "album": "All Systems Go",
    "release_id": "aca2b427-8597-4426-a727-638433375a90",
    "release_group_id": null,
    "labels": [
        "Crass Records"
    ],
    "label_ids": [
        "3ec71e7a-2167-4b49-b66d-ab741f655144"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}