Information about plays

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

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

{
    "id": 3624696,
    "uri": "https://api.kexp.org/v2/plays/3624696/?format=api",
    "airdate": "2026-03-03T06:13:29-08:00",
    "show": 66078,
    "show_uri": "https://api.kexp.org/v2/shows/66078/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Magic Mary",
    "track_id": "6bc552cb-f4da-4032-a006-7fa1410dd730",
    "recording_id": "c6fa40d1-9144-4759-9a2c-4315e10619a7",
    "artist": "The Sha La Das",
    "artist_ids": [
        "cbb86751-55f1-49dc-a955-89ce43b6dfcd"
    ],
    "album": "Your Picture",
    "release_id": "b4b870f4-2298-4364-8711-7d7b707b68cc",
    "release_group_id": "4f10417f-1d4b-4328-8fca-bf80ad794d44",
    "labels": [
        "Diamond West Records"
    ],
    "label_ids": [
        "9f7b4e7b-9890-4d0b-bbbe-8abf58d45bca"
    ],
    "release_date": "2025-12-05",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The sophomore album from The Sha La Das is dedicated to their family matriarch, Linda, ‘Your Picture’ is a timeless, transportive set of doo-wop and classic R&B, centered around their vocals and propelled by a lively rhythm section. –Chris Sanley–",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}