Information about plays

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

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

{
    "id": 3572628,
    "uri": "https://api.kexp.org/v2/plays/3572628/?format=api",
    "airdate": "2025-11-01T14:38:53-07:00",
    "show": 64994,
    "show_uri": "https://api.kexp.org/v2/shows/64994/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "16/25",
    "track_id": "3ac6377c-a44b-4965-bd62-4ac0da3270e9",
    "recording_id": "f2e689ea-107f-43d7-a10f-afc13cb4918a",
    "artist": "Softcult",
    "artist_ids": [
        "321eaf5a-be21-4faf-a7a0-0a4e59e5ee29"
    ],
    "album": "When A Flower Doesn’t Grow",
    "release_id": "07a635e9-63e5-4abf-9b17-9b4ca6142ca3",
    "release_group_id": "13c2b270-9e01-44af-a88b-377786131b15",
    "labels": [
        "Easy Life Records"
    ],
    "label_ids": [
        "8537921c-319d-4c79-b586-df09ca086c42"
    ],
    "release_date": "2026-01-30",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Softcult is a Canadian grunge duo consisting of twin siblings Phoenix and Mercedes Arn-Horn. \nTheir debut album, \"When A Flower Doesn’t Grow,\" comes out on January 30, 2026.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}