Information about plays

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

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

{
    "id": 3553589,
    "uri": "https://api.kexp.org/v2/plays/3553589/?format=api",
    "airdate": "2025-09-16T02:21:39-07:00",
    "show": 64575,
    "show_uri": "https://api.kexp.org/v2/shows/64575/?format=api",
    "image_uri": "https://coverartarchive.org/release/5044e769-b559-4fad-b967-7389437efeea/22587513744-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5044e769-b559-4fad-b967-7389437efeea/22587513744-250.jpg",
    "song": "Lightworks (instrumental)",
    "track_id": null,
    "recording_id": "267d947a-58cc-48e3-ad7c-5b2656d218d8",
    "artist": "Raymond Scott",
    "artist_ids": [
        "1807480c-c81e-401a-8016-300758f51008"
    ],
    "album": "Manhattan Research, Inc.",
    "release_id": null,
    "release_group_id": "70470a5d-d131-37e6-a81e-a32bcd997483",
    "labels": [
        "Basta"
    ],
    "label_ids": [
        "31212709-9d0a-4c72-9086-e05d41ff0d02"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}