Information about plays

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

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

{
    "id": 3604031,
    "uri": "https://api.kexp.org/v2/plays/3604031/?format=api",
    "airdate": "2026-01-13T22:47:02-08:00",
    "show": 65644,
    "show_uri": "https://api.kexp.org/v2/shows/65644/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Quicksand Minds",
    "track_id": null,
    "recording_id": "42a948fe-fba9-49a1-981d-f9d8d3f61127",
    "artist": "Strange Boutique",
    "artist_ids": [
        "0ee0668b-fa1d-4db1-ac8c-43a3ad1272c0"
    ],
    "album": "The Loved One",
    "release_id": null,
    "release_group_id": "2629d797-d5ed-3998-9d9c-26ec3f3b7f62",
    "labels": [
        "Bedazzled"
    ],
    "label_ids": [
        "d827b5a7-cb3b-4299-8646-5c886f45789e"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}