Information about plays

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

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

{
    "id": 1353170,
    "uri": "https://api.kexp.org/v2/plays/1353170/?format=api",
    "airdate": "2008-03-23T01:33:23-07:00",
    "show": 23636,
    "show_uri": "https://api.kexp.org/v2/shows/23636/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bandulu/Hard Time (Walkner.Mostl Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Cornell Campbell",
    "artist_ids": [
        "4272801c-1180-4098-80f9-d7ab27dadea9"
    ],
    "album": "VA/Select Cuts From Blood and Fire Chapter Three",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Select Cuts"
    ],
    "label_ids": [
        "404b1b9d-3c4c-45d8-aa87-5cc95e068d11"
    ],
    "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"
}