Information about plays

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

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

{
    "id": 357228,
    "uri": "https://api.kexp.org/v2/plays/357228/?format=api",
    "airdate": "2019-07-21T10:38:00-07:00",
    "show": 5955,
    "show_uri": "https://api.kexp.org/v2/shows/5955/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Clap ’69",
    "track_id": "149d9009-f473-31fd-9aff-e6fa34aa691a",
    "recording_id": null,
    "artist": "Booker T. & The MG’s",
    "artist_ids": [
        "377015fb-c02f-4b05-960b-e0df6a7ea99e"
    ],
    "album": "Stax Profiles: Booker T. & The MG’s",
    "release_id": "c53154c4-92a1-4f67-97cd-288943a98150",
    "release_group_id": null,
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "2006-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}