Information about plays

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

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

{
    "id": 3578738,
    "uri": "https://api.kexp.org/v2/plays/3578738/?format=api",
    "airdate": "2025-11-15T22:57:56-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Poorest Choices",
    "track_id": "32beed70-5cae-4847-a836-e14302eea096",
    "recording_id": "87c1d3e8-5b65-4540-9c05-be7ddbf1c12b",
    "artist": "Trash Fire",
    "artist_ids": [
        "52d5005f-d04e-404a-9812-4a51a8b2c0d9"
    ],
    "album": "Seattle Noise Vol. 1 (AVR/Good to Die)",
    "release_id": "6dbf9c07-ee27-4710-8228-4f72c3ced76b",
    "release_group_id": "32eb22e5-356c-4cbe-a65b-2c62a2a33c68",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2014-05-05",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Trio out of Seattle\n\nhttps://trashfiremusic.bandcamp.com/album/trash-fire\nhttps://www.interviewmagazine.com/music/discovery-trash-fire",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}