Information about plays

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

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

{
    "id": 3624286,
    "uri": "https://api.kexp.org/v2/plays/3624286/?format=api",
    "airdate": "2026-03-02T05:42:14-08:00",
    "show": 66070,
    "show_uri": "https://api.kexp.org/v2/shows/66070/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another Club Another Banger",
    "track_id": "616793c7-6a3e-4238-b865-8df1b8e62740",
    "recording_id": "0b54cbab-ed63-49bd-b2be-4833f825d2fc",
    "artist": "Natural Magic",
    "artist_ids": [
        "ec7e4bb6-19c5-4d8e-89d0-cead179e4e5a"
    ],
    "album": "II",
    "release_id": "10f66c8a-2e9e-489a-a01e-1201adbf7974",
    "release_group_id": "6a77910d-a66b-4378-9dc6-0b10361630e4",
    "labels": [
        "Optimo Music"
    ],
    "label_ids": [
        "a66a132b-5c81-432a-96fe-07ee416babc2"
    ],
    "release_date": "2026-01-30",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Natural Magic are Michael McKinnon and Matthew Quiet. They call Portland,\nOregon, where they throw their Limited Edition parties and experiment with\nmaking music for people with open hearts, home. \n\nhttps://naturalmagic.bandcamp.com/album/ii",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}