Information about plays

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

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

{
    "id": 3611225,
    "uri": "https://api.kexp.org/v2/plays/3611225/?format=api",
    "airdate": "2026-01-31T00:43:57-08:00",
    "show": 65797,
    "show_uri": "https://api.kexp.org/v2/shows/65797/?format=api",
    "image_uri": "https://coverartarchive.org/release/c562f239-3c4e-49ae-8a33-e4f9bafc3018/37689708209-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c562f239-3c4e-49ae-8a33-e4f9bafc3018/37689708209-250.jpg",
    "song": "Pistol Grip Pump",
    "track_id": null,
    "recording_id": "fe5bc546-5e53-45fc-abc3-c5c1132692f5",
    "artist": "Volume 10",
    "artist_ids": [
        "3b6b09c7-e3aa-474e-852c-d9bae8635a68"
    ],
    "album": "Hip-Hopera",
    "release_id": null,
    "release_group_id": "35d1eefc-23f8-3f1a-9ec0-a20f25096e1d",
    "labels": [
        "Alpha Pup"
    ],
    "label_ids": [
        "9548e2d8-8cf0-4533-a039-2108f4e0dd0a"
    ],
    "release_date": "1994-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}