Information about plays

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

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

{
    "id": 3624736,
    "uri": "https://api.kexp.org/v2/plays/3624736/?format=api",
    "airdate": "2026-03-03T08:36:46-08:00",
    "show": 66079,
    "show_uri": "https://api.kexp.org/v2/shows/66079/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Matter of Taste",
    "track_id": "be0924ca-29ba-4fd6-b8a1-b69a5823e3f8",
    "recording_id": "7a7f689b-79e1-4e4a-93b5-863ec1c25502",
    "artist": "Tyler Ballgame",
    "artist_ids": [
        "b354fdfa-5d8e-46ef-b76e-5bd1ed05a59c"
    ],
    "album": "For the First Time, Again",
    "release_id": "5ef299be-f77c-4b86-927a-c849aada5007",
    "release_group_id": "ba58b285-f8c6-4717-af7e-bf73c7e1a4dc",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2026-01-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Rhode Island-based singer/songwriter Tyler Ballgame's debut album 'For the First Time, Again'.\n https://tylerballgame.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}