Information about plays

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

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

{
    "id": 382152,
    "uri": "https://api.kexp.org/v2/plays/382152/?format=api",
    "airdate": "2019-09-17T20:55:39-07:00",
    "show": 6361,
    "show_uri": "https://api.kexp.org/v2/shows/6361/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bambay Gueej",
    "track_id": "85c8ac81-5f44-4994-84a6-9927e39ac36f",
    "recording_id": null,
    "artist": "Cheikh Lô",
    "artist_ids": [
        "0b1e097a-4afa-4e82-b5ef-b49cfcb54927"
    ],
    "album": "Bambay Gueej",
    "release_id": "f2129a0c-e129-4d53-a694-3daf5dfe337e",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "January 17, Cheikh Lo & Thione Diop at Town hall",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}