Information about plays

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

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

{
    "id": 3549994,
    "uri": "https://api.kexp.org/v2/plays/3549994/?format=api",
    "airdate": "2025-09-07T10:03:51-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/ae52ad05-c960-479a-8161-0778fc4408d1/33727442768-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ae52ad05-c960-479a-8161-0778fc4408d1/33727442768-250.jpg",
    "song": "Journey Through the Valley of O",
    "track_id": null,
    "recording_id": "630cc23d-8d0c-4217-a33c-6746de726f72",
    "artist": "Relatively Clean Rivers",
    "artist_ids": [
        "984f1d0a-89aa-42cd-a311-b6793a2e38be"
    ],
    "album": "Relatively Clean Rivers",
    "release_id": null,
    "release_group_id": "eb9ce16c-40d4-3c89-b621-f8ed090dc906",
    "labels": [
        "Pacific Is"
    ],
    "label_ids": [
        "1a693cd0-ba4f-4250-8c65-120d2c8f40d6"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Led by the enigma of Phil Pearlman, this California band were part of the psychedelic folk movement in the 1960s and 70s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}