Information about plays

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

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

{
    "id": 3574833,
    "uri": "https://api.kexp.org/v2/plays/3574833/?format=api",
    "airdate": "2025-11-06T19:11:38-08:00",
    "show": 65040,
    "show_uri": "https://api.kexp.org/v2/shows/65040/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a030fbe-80f7-4265-a6b7-50a6cebe314d/27307915852-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5a030fbe-80f7-4265-a6b7-50a6cebe314d/27307915852-250.jpg",
    "song": "REACHING OUT",
    "track_id": null,
    "recording_id": "c034dbf5-2405-441d-aa54-ac9e1f5533c8",
    "artist": "八神純子",
    "artist_ids": [
        "5e9d72b6-1c77-4234-ba3c-4f1879fcd600"
    ],
    "album": "COMMUNICATION",
    "release_id": null,
    "release_group_id": "ee4bfca4-ba0a-416d-a6f7-bd381e96b83f",
    "labels": [
        "MOON RECORDS"
    ],
    "label_ids": [
        "66e0dd54-b3e7-4d65-8772-ca06d55dabf0"
    ],
    "release_date": "1985-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "八神純子 (Junko Yagami), is a Japanese singer and songwriter from Aichi Prefecture. She has released 25 albums, including 6 live concert albums, and is a notable figure in Japanese music of the 1970s and 1980s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}