Information about plays

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

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

{
    "id": 417234,
    "uri": "https://api.kexp.org/v2/plays/417234/?format=api",
    "airdate": "2001-04-22T19:14:07-07:00",
    "show": 6965,
    "show_uri": "https://api.kexp.org/v2/shows/6965/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1-9-9-9",
    "track_id": "5e247a4f-3808-44a1-bf9a-62e120a8e2fd",
    "recording_id": null,
    "artist": "Common",
    "artist_ids": [
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602"
    ],
    "album": "DJ Skandal & Ameldabee Hi Tek Mixtape",
    "release_id": "b5f91b19-537f-4c0e-8fe7-7bc282d2c537",
    "release_group_id": null,
    "labels": [
        "Rawkus"
    ],
    "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"
}