Information about plays

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

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

{
    "id": 3579317,
    "uri": "https://api.kexp.org/v2/plays/3579317/?format=api",
    "airdate": "2025-11-17T08:05:52-08:00",
    "show": 65135,
    "show_uri": "https://api.kexp.org/v2/shows/65135/?format=api",
    "image_uri": "https://coverartarchive.org/release/78004d15-e548-32dc-be65-6f47fab7c6c8/17754171447-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/78004d15-e548-32dc-be65-6f47fab7c6c8/17754171447-250.jpg",
    "song": "My Kingdom",
    "track_id": null,
    "recording_id": "d28b88c5-db65-42e6-94ea-caf913b44d1d",
    "artist": "Echo & the Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Ocean Rain",
    "release_id": null,
    "release_group_id": "ecbe6d07-c2e4-37fe-9a99-8484dd7f9a20",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1984-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Our album of the week rhymes with Smecho and the Smunnymen Smocean Srain!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}