Information about plays

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

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

{
    "id": 455519,
    "uri": "https://api.kexp.org/v2/plays/455519/?format=api",
    "airdate": "2001-08-14T10:00:00-07:00",
    "show": 7713,
    "show_uri": "https://api.kexp.org/v2/shows/7713/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Cup Is Fierce",
    "track_id": "d00569b4-f62e-4d7b-8bfa-e677635f8f5c",
    "recording_id": null,
    "artist": "Paul Newman",
    "artist_ids": [
        "bf41d826-5089-4c30-bc09-951674ccd021"
    ],
    "album": "Machine Is Not Broken",
    "release_id": "aafb006f-aa61-43e1-a2bc-e598ae43ccee",
    "release_group_id": null,
    "labels": [
        "My Pal God"
    ],
    "label_ids": [
        "904be88f-188a-4cbc-b178-6e927978a5d7"
    ],
    "release_date": "2000-03-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}