Information about plays

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

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

{
    "id": 3612192,
    "uri": "https://api.kexp.org/v2/plays/3612192/?format=api",
    "airdate": "2026-02-02T07:42:34-08:00",
    "show": 65821,
    "show_uri": "https://api.kexp.org/v2/shows/65821/?format=api",
    "image_uri": "https://ia801201.us.archive.org/23/items/mbid-0224e3c9-02bd-475d-9ce8-ccb8a4f8161d/mbid-0224e3c9-02bd-475d-9ce8-ccb8a4f8161d-15162471280_thumb500.jpg",
    "thumbnail_uri": "https://ia601201.us.archive.org/23/items/mbid-0224e3c9-02bd-475d-9ce8-ccb8a4f8161d/mbid-0224e3c9-02bd-475d-9ce8-ccb8a4f8161d-15162471280_thumb250.jpg",
    "song": "Shakey Ground",
    "track_id": "5d143f2b-4674-3be6-bc2e-80bcbd7fdca3",
    "recording_id": "77845047-3e86-4686-a507-22b4f890e536",
    "artist": "Fishbone",
    "artist_ids": [
        "9f3764c0-c9f4-4e20-b7a8-9993124fb1b2"
    ],
    "album": "The Psychotic Friends Nuttwerx",
    "release_id": "0224e3c9-02bd-475d-9ce8-ccb8a4f8161d",
    "release_group_id": "b3206faf-8c36-3e4e-a09e-975ee44b32d1",
    "labels": [
        "Hollywood Records"
    ],
    "label_ids": [
        "6bb7c1b2-cb06-4381-9c59-02b1ae4aa96d"
    ],
    "release_date": "2000-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring RHCP's Flea and John Frusciante!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}