Information about plays

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

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

{
    "id": 3585489,
    "uri": "https://api.kexp.org/v2/plays/3585489/?format=api",
    "airdate": "2025-12-01T16:42:53-08:00",
    "show": 65264,
    "show_uri": "https://api.kexp.org/v2/shows/65264/?format=api",
    "image_uri": "https://coverartarchive.org/release/df0646e7-f3bc-400c-892a-1a6a3e56555c/9784430775-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/df0646e7-f3bc-400c-892a-1a6a3e56555c/9784430775-250.jpg",
    "song": "King in My Empire",
    "track_id": null,
    "recording_id": "f9ed9e49-867e-4051-85e6-22ad8e2dfaef",
    "artist": "Rhythm & Sound",
    "artist_ids": [
        "0bf220da-eb15-4bf2-9460-f640aaeda272"
    ],
    "album": "Fabric CD Series 2001-2002",
    "release_id": null,
    "release_group_id": "2e5230d1-76dd-41eb-9c4f-c4fd2c5c7d22",
    "labels": [
        "fabric"
    ],
    "label_ids": [
        "9b27b429-18bf-4e8f-b9d0-750e78964e0d"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Berlin dub-techno duo Moritz Von Oswald and Mark Ernestus, featuring Cornell Campbell",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}