Information about plays

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

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

{
    "id": 3616871,
    "uri": "https://api.kexp.org/v2/plays/3616871/?format=api",
    "airdate": "2026-02-13T06:41:03-08:00",
    "show": 65919,
    "show_uri": "https://api.kexp.org/v2/shows/65919/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Strokin'",
    "track_id": "55f3a958-99ae-3f4e-b594-ec512ee59ac2",
    "recording_id": "cdf53f8d-beaf-4c57-b7a5-93011d7016a8",
    "artist": "Screamin’ Jay Hawkins",
    "artist_ids": [
        "185af318-55c7-405f-8b00-0fa308e56da9"
    ],
    "album": "Black Music for White People",
    "release_id": "e597524a-29be-4217-9922-3d523925096a",
    "release_group_id": "80025131-9790-3a2a-b609-03b9eb65b154",
    "labels": [
        "Bizarre"
    ],
    "label_ids": [
        "1d4e2eaf-f962-4257-a17d-e1cc6b256b28"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On the couch, whew!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}