Information about plays

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

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

{
    "id": 437915,
    "uri": "https://api.kexp.org/v2/plays/437915/?format=api",
    "airdate": "2001-06-23T22:51:25-07:00",
    "show": 7377,
    "show_uri": "https://api.kexp.org/v2/shows/7377/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "King in My Empire (feat. Cornell Campbell) (Burial mix) / Aaliyah - We Need a Resolution (a cappella)",
    "track_id": "e17aca46-b54a-4b6a-a632-4201aaf30ada",
    "recording_id": null,
    "artist": "Rhythm & Sound",
    "artist_ids": [
        "0bf220da-eb15-4bf2-9460-f640aaeda272"
    ],
    "album": "58.46 Radio Mix",
    "release_id": "6d137977-db7c-4a36-b987-334e28ce1713",
    "release_group_id": null,
    "labels": [
        "Burial Mix"
    ],
    "label_ids": [
        "0d869fd4-73d4-43bd-94ea-4af20d6f322e"
    ],
    "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"
}