Information about plays

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

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

{
    "id": 3603706,
    "uri": "https://api.kexp.org/v2/plays/3603706/?format=api",
    "airdate": "2026-01-13T04:56:14-08:00",
    "show": 65637,
    "show_uri": "https://api.kexp.org/v2/shows/65637/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Happy Ending",
    "track_id": null,
    "recording_id": "6921a824-9359-4977-a3ee-0bd36bf763a1",
    "artist": "Kelela",
    "artist_ids": [
        "045494aa-e913-4e62-bf4e-dcc276e0075a"
    ],
    "album": "Raven",
    "release_id": null,
    "release_group_id": "ac94c394-60af-44dd-be4e-8d8fae38ba74",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "TIL NEXT TIME <3 <3 <3 <3 <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}