Information about plays

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

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

{
    "id": 3617141,
    "uri": "https://api.kexp.org/v2/plays/3617141/?format=api",
    "airdate": "2026-02-13T22:37:13-08:00",
    "show": 65926,
    "show_uri": "https://api.kexp.org/v2/shows/65926/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Any Day",
    "track_id": null,
    "recording_id": "88e1e285-6db0-44d1-9c48-f79edb4e676b",
    "artist": "Typical Cats",
    "artist_ids": [
        "04e7041c-b8ad-4c85-823d-16b17c846dd7"
    ],
    "album": "Typical Cats",
    "release_id": null,
    "release_group_id": "f90576cb-b55f-3c38-9e91-e23d1fff4c08",
    "labels": [
        "Galapagos4"
    ],
    "label_ids": [
        "122d8edd-a708-4a81-b166-3976bcbe05f9"
    ],
    "release_date": "2001-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}