Information about plays

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

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

{
    "id": 3520141,
    "uri": "https://api.kexp.org/v2/plays/3520141/?format=api",
    "airdate": "2025-06-28T22:03:43-07:00",
    "show": 63865,
    "show_uri": "https://api.kexp.org/v2/shows/63865/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Backdoor to Hell",
    "track_id": null,
    "recording_id": "c3759214-8a9b-461a-9c5e-74dbbbb67961",
    "artist": "The Viletones",
    "artist_ids": [
        "2d2b753e-4c67-4ac5-9ebc-5d70fe1d979c"
    ],
    "album": "Look Back In Anger",
    "release_id": null,
    "release_group_id": "9972946e-93ca-459a-8050-54082ac6a2c5",
    "labels": [
        "Razor Records"
    ],
    "label_ids": [
        "294d0306-ff58-4c53-a0c6-688647a9c7ad"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Steven Leckie \nhttps://exclaim.ca/music/article/steven-leckie-of-the-viletones-has-died",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}