Information about plays

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

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

{
    "id": 3541005,
    "uri": "https://api.kexp.org/v2/plays/3541005/?format=api",
    "airdate": "2025-08-17T00:05:26-07:00",
    "show": 64311,
    "show_uri": "https://api.kexp.org/v2/shows/64311/?format=api",
    "image_uri": "https://coverartarchive.org/release/691c9644-c30e-3e61-9c53-5981cfdf2776/14993975491-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/691c9644-c30e-3e61-9c53-5981cfdf2776/14993975491-250.jpg",
    "song": "Crowned in Terror",
    "track_id": null,
    "recording_id": "503b800f-cb3e-4798-8f0d-03cd55260e88",
    "artist": "The Crown",
    "artist_ids": [
        "19710493-0b3e-42de-bbff-eaf7b11b5c75"
    ],
    "album": "Crowned in Terror",
    "release_id": null,
    "release_group_id": "73727163-d2ae-365c-bd00-f22966a54a88",
    "labels": [
        "Metal Blade Records"
    ],
    "label_ids": [
        "88aa805c-6cbe-45d2-b43e-156e94090da9"
    ],
    "release_date": "2002-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tomas Lindberg performed guest vocals on one song on Deathrace King before replacing Johan Lindstrand for Crowned in Terror.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}