Information about plays

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

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

{
    "id": 451773,
    "uri": "https://api.kexp.org/v2/plays/451773/?format=api",
    "airdate": "2001-08-03T11:56:00-07:00",
    "show": 7640,
    "show_uri": "https://api.kexp.org/v2/shows/7640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Old Grey Coast",
    "track_id": "5bc22540-bc97-4a50-99c8-1c4be39c926f",
    "recording_id": null,
    "artist": "The Cakekitchen",
    "artist_ids": [
        "3c126e06-a50b-49a4-b89d-4d980d2cbfc1"
    ],
    "album": "The Devil and the Deep Blue Sea",
    "release_id": "7b2d34e8-30ee-4a80-aeac-d195604d7bb6",
    "release_group_id": null,
    "labels": [
        "Merge"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "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"
}