Information about plays

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

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

{
    "id": 428240,
    "uri": "https://api.kexp.org/v2/plays/428240/?format=api",
    "airdate": "2001-05-26T04:36:55-07:00",
    "show": 7191,
    "show_uri": "https://api.kexp.org/v2/shows/7191/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sympathy for the Devil",
    "track_id": "2461a2b8-4e91-4d12-91d3-0b72340f19f8",
    "recording_id": null,
    "artist": "Laibach",
    "artist_ids": [
        "c779e090-909f-4403-a90e-c1d08cdbb719"
    ],
    "album": "Sympathy for the Devil",
    "release_id": "c4144f97-e175-42cb-b0b3-0419abbab178",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1990-03-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}