Information about plays

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

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

{
    "id": 433707,
    "uri": "https://api.kexp.org/v2/plays/433707/?format=api",
    "airdate": "2001-06-12T00:00:00-07:00",
    "show": 7299,
    "show_uri": "https://api.kexp.org/v2/shows/7299/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Highway Song",
    "track_id": "6cc373c7-d0f1-48b7-8278-5a77582517e2",
    "recording_id": null,
    "artist": "Aztec Two-Step",
    "artist_ids": [
        "5296ef88-1a9c-4b49-9e7f-ea86c50be37b"
    ],
    "album": "Aztec Two-Step",
    "release_id": "44919155-7bcd-4781-b791-158a726d05f2",
    "release_group_id": null,
    "labels": [
        "ERA"
    ],
    "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"
}