Information about plays

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

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

{
    "id": 3523259,
    "uri": "https://api.kexp.org/v2/plays/3523259/?format=api",
    "airdate": "2025-07-06T00:45:53-07:00",
    "show": 63934,
    "show_uri": "https://api.kexp.org/v2/shows/63934/?format=api",
    "image_uri": "https://coverartarchive.org/release/c7182729-0379-46a1-9265-02603b4a9225/13703456986-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c7182729-0379-46a1-9265-02603b4a9225/13703456986-250.jpg",
    "song": "The Most Repugnant Antagonist of Life",
    "track_id": null,
    "recording_id": "3cbe4ad9-badf-4634-98b4-efd51e21b075",
    "artist": "Protector",
    "artist_ids": [
        "c7a4aae8-aac0-412c-995a-c0d68af4e823"
    ],
    "album": "Urm the Mad",
    "release_id": null,
    "release_group_id": "e73ecd4b-86c6-39e4-8912-c16f1f322fa0",
    "labels": [
        "ATOM H Records"
    ],
    "label_ids": [
        "e8303cd0-c0b1-45ff-ab30-22c83a5f59d5"
    ],
    "release_date": "1989-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}