Information about plays

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

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

{
    "id": 3415035,
    "uri": "https://api.kexp.org/v2/plays/3415035/?format=api",
    "airdate": "2024-10-20T09:29:19-07:00",
    "show": 61626,
    "show_uri": "https://api.kexp.org/v2/shows/61626/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Instead",
    "track_id": null,
    "recording_id": null,
    "artist": "Jobi Riccio",
    "artist_ids": [
        "814ea14d-8aa1-44e3-85d6-b4c729a514ba"
    ],
    "album": "Instead",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Yep Roc"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Nashville artist has said this single lovingly stems from a deeply unserious place, inspired by Roger Miller and John Prine.\nPlaying a sold out St Joseph Arts Society show with The War and Treaty and Ricky Lee Jones in SF 11/23.\n\nhttps://jobimusic.bandcamp.com/track/instead",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}