Information about plays

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

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

{
    "id": 3612013,
    "uri": "https://api.kexp.org/v2/plays/3612013/?format=api",
    "airdate": "2026-02-01T19:20:25-08:00",
    "show": 65815,
    "show_uri": "https://api.kexp.org/v2/shows/65815/?format=api",
    "image_uri": "https://coverartarchive.org/release/240d78ea-81dc-497b-9516-f17202a6916a/30822909851-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/240d78ea-81dc-497b-9516-f17202a6916a/30822909851-250.jpg",
    "song": "Light My Fire",
    "track_id": null,
    "recording_id": "196f6756-434e-405b-b610-c8c4e18967e1",
    "artist": "Erma Franklin",
    "artist_ids": [
        "4ba12614-fcce-462b-8784-8dd1a92fbf2b"
    ],
    "album": "Soul Sister",
    "release_id": null,
    "release_group_id": "0f6b72a5-cd6b-4a91-a9fc-ca8d863868df",
    "labels": [
        "Brunswick"
    ],
    "label_ids": [
        "d532d4dd-c853-4f44-a550-f050e25095de"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}