Information about plays

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

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

{
    "id": 3553585,
    "uri": "https://api.kexp.org/v2/plays/3553585/?format=api",
    "airdate": "2025-09-16T02:02:24-07:00",
    "show": 64575,
    "show_uri": "https://api.kexp.org/v2/shows/64575/?format=api",
    "image_uri": "https://coverartarchive.org/release/3af1b76f-3b3a-4c5a-a546-7483863efd88/27406192095-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3af1b76f-3b3a-4c5a-a546-7483863efd88/27406192095-250.jpg",
    "song": "ハリケーン・ドロシー",
    "track_id": null,
    "recording_id": "b9ec53fa-42e8-471b-a7a0-e8726a8ddab2",
    "artist": "細野晴臣 (Haroumi Hosono)",
    "artist_ids": [],
    "album": "TROPICAL DANDY",
    "release_id": null,
    "release_group_id": "2b804c2b-04de-425d-8088-a8c4b0ec1806",
    "labels": [
        "NIPPON CROWN Co., Ltd."
    ],
    "label_ids": [
        "78570588-5ee7-45bb-8887-a87de9accb4d"
    ],
    "release_date": "1975-06-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://haruomihosono.bandcamp.com/album/tropical-dandy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}