Information about plays

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

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

{
    "id": 3554862,
    "uri": "https://api.kexp.org/v2/plays/3554862/?format=api",
    "airdate": "2025-09-19T04:05:31-07:00",
    "show": 64599,
    "show_uri": "https://api.kexp.org/v2/shows/64599/?format=api",
    "image_uri": "https://coverartarchive.org/release/36a54a36-66b5-4312-9267-13a155344bfd/32339218708-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/36a54a36-66b5-4312-9267-13a155344bfd/32339218708-250.jpg",
    "song": "Elastic Dummy",
    "track_id": null,
    "recording_id": null,
    "artist": "Yukihiro Takahashi",
    "artist_ids": [],
    "album": "Saravah!",
    "release_id": null,
    "release_group_id": "c7b7d203-30b0-355e-851d-686fec0b0991",
    "labels": [
        "King Record"
    ],
    "label_ids": [],
    "release_date": "1978-08-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Solo debut Ryuichi Sakamoto's Yellow Magic Orchestra bandmate Yukihiro Takahashi)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}