Information about plays

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

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

{
    "id": 3542659,
    "uri": "https://api.kexp.org/v2/plays/3542659/?format=api",
    "airdate": "2025-08-20T23:07:14-07:00",
    "show": 64343,
    "show_uri": "https://api.kexp.org/v2/shows/64343/?format=api",
    "image_uri": "https://coverartarchive.org/release/2e778d53-5187-4d53-9ec9-2fb8ae1a85c8/11819020454-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2e778d53-5187-4d53-9ec9-2fb8ae1a85c8/11819020454-250.jpg",
    "song": "Jeepster",
    "track_id": null,
    "recording_id": "923f569e-0783-4d4b-a86f-4cea6826a973",
    "artist": "T. Rex",
    "artist_ids": [
        "c842d29f-a297-48cd-bb71-4f77fd672b16"
    ],
    "album": "Electric Warrior",
    "release_id": null,
    "release_group_id": "e53310bf-8ccc-3d7f-a0b7-5ca4dbababcb",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1971-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}