Information about plays

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

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

{
    "id": 3597943,
    "uri": "https://api.kexp.org/v2/plays/3597943/?format=api",
    "airdate": "2025-12-30T09:09:17-08:00",
    "show": 65514,
    "show_uri": "https://api.kexp.org/v2/shows/65514/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pretender",
    "track_id": "44ed952e-f8e3-4fa1-9ac9-479592a089de",
    "recording_id": "41d114cd-7017-4f21-bdfc-8775e0470ac0",
    "artist": "Nadya Albertsson",
    "artist_ids": [
        "a0b5af14-fe56-4ea5-aa2b-7c3113eb57e9"
    ],
    "album": "Half Silk Half Blade",
    "release_id": "9f5e36bd-bd3e-4d41-ab98-a9cbab3d087c",
    "release_group_id": "d9d841b0-b763-42da-86d8-588d22fbacca",
    "labels": [
        "Rebecca's Records"
    ],
    "label_ids": [
        "2e54c973-4a46-4723-84eb-4e5d8c24c3b0"
    ],
    "release_date": "2025-10-24",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pretender is from Nadya Albertsson's debut album 'Half Silk Half Blade' released this year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}