Information about plays

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

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

{
    "id": 3572381,
    "uri": "https://api.kexp.org/v2/plays/3572381/?format=api",
    "airdate": "2025-10-31T23:16:19-07:00",
    "show": 64987,
    "show_uri": "https://api.kexp.org/v2/shows/64987/?format=api",
    "image_uri": "https://coverartarchive.org/release/0d03134b-4523-47ea-bf14-4bae14e2ff92/36788435479-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0d03134b-4523-47ea-bf14-4bae14e2ff92/36788435479-250.jpg",
    "song": "Skull and Bones",
    "track_id": null,
    "recording_id": "3486c596-7df5-4408-95d9-82c5945feef1",
    "artist": "Doja Cat",
    "artist_ids": [
        "5df62a88-cac9-490a-b62c-c7c88f4020f4"
    ],
    "album": "Scarlet",
    "release_id": null,
    "release_group_id": "77434d0b-1c5f-48c3-8694-050cb378ebd2",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2023-09-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}