Information about plays

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

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

{
    "id": 1315454,
    "uri": "https://api.kexp.org/v2/plays/1315454/?format=api",
    "airdate": "2007-12-18T00:18:00-08:00",
    "show": 23005,
    "show_uri": "https://api.kexp.org/v2/shows/23005/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Work or Leave",
    "track_id": "9278cb8e-232b-46ec-bd4d-a97463e22358",
    "recording_id": null,
    "artist": "Elliott Sharp's Terraplane",
    "artist_ids": [
        "703e296e-057c-4d1c-ac5b-2535a3db4494"
    ],
    "album": "Blues for Next, Volume 2: 'Quartet'",
    "release_id": "9d98f180-ae5c-4ee8-a0ab-363ab83eaaf1",
    "release_group_id": null,
    "labels": [
        "Factory"
    ],
    "label_ids": [
        "a2faf590-58fc-4e9f-a85b-eaf6dc266317"
    ],
    "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"
}