Information about plays

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

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

{
    "id": 3636622,
    "uri": "https://api.kexp.org/v2/plays/3636622/?format=api",
    "airdate": "2026-04-01T22:32:04-07:00",
    "show": 66341,
    "show_uri": "https://api.kexp.org/v2/shows/66341/?format=api",
    "image_uri": "https://coverartarchive.org/release/4b983272-e33d-4506-96fb-544cfa8b36a6/10545807922-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4b983272-e33d-4506-96fb-544cfa8b36a6/10545807922-250.jpg",
    "song": "The Moon Is Stone",
    "track_id": null,
    "recording_id": "3509c216-5de8-4051-a9ef-0631525173d5",
    "artist": "P.F. Sloan",
    "artist_ids": [
        "4a9b6d5d-cdaf-412b-8fa1-381f51b81a3f"
    ],
    "album": "Raised on Records",
    "release_id": null,
    "release_group_id": "7cb45dd6-327f-4890-9054-602e656bee71",
    "labels": [
        "Mums"
    ],
    "label_ids": [
        "dea684a7-ce72-40de-b388-8fe0b8690385"
    ],
    "release_date": "1972-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}