Information about plays

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

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

{
    "id": 1394083,
    "uri": "https://api.kexp.org/v2/plays/1394083/?format=api",
    "airdate": "2008-07-05T21:45:10-07:00",
    "show": 24328,
    "show_uri": "https://api.kexp.org/v2/shows/24328/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Out of Sight Out of Mind (live)",
    "track_id": "703cd61f-62a8-4725-ad67-06fbd17f346b",
    "recording_id": null,
    "artist": "Final Warning",
    "artist_ids": [
        "d999dcfd-7e1c-40ef-833d-bd583abea3b4"
    ],
    "album": "PDX",
    "release_id": "cb7b3c99-231a-4a81-aade-bbf5078ca746",
    "release_group_id": null,
    "labels": [
        "Southern Lord"
    ],
    "label_ids": [
        "3b78c7e5-6292-4f6b-b921-bdcbe681ea27"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}