Information about plays

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

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

{
    "id": 3609807,
    "uri": "https://api.kexp.org/v2/plays/3609807/?format=api",
    "airdate": "2026-01-27T13:40:15-08:00",
    "show": 65770,
    "show_uri": "https://api.kexp.org/v2/shows/65770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Need to Move",
    "track_id": "f96b3a63-9d1d-4367-a3bb-f70cf74a5a38",
    "recording_id": "dd3b018d-4fd7-4cb5-be0c-a4fb55cb4b03",
    "artist": "Captain Planet",
    "artist_ids": [
        "5731726c-7ace-491a-b47c-96ad7d14b612"
    ],
    "album": "DIG",
    "release_id": "78818a6d-9ca2-4311-9b79-e17cbdd60fa3",
    "release_group_id": "bbbd8377-0e90-430e-81df-72b41fd9efde",
    "labels": [
        "Bastard Jazz Recordings"
    ],
    "label_ids": [
        "1c84f4d1-6892-4323-b562-e8d4902f8032"
    ],
    "release_date": "2025-12-05",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}