Information about plays

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

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

{
    "id": 3638979,
    "uri": "https://api.kexp.org/v2/plays/3638979/?format=api",
    "airdate": "2026-04-07T08:10:46-07:00",
    "show": 66390,
    "show_uri": "https://api.kexp.org/v2/shows/66390/?format=api",
    "image_uri": "https://dn711103.ca.archive.org/0/items/mbid-f7fc5bfe-7bb1-4401-a1f9-70c7d514e0ff/mbid-f7fc5bfe-7bb1-4401-a1f9-70c7d514e0ff-35478609951_thumb500.jpg",
    "thumbnail_uri": "https://dn711103.ca.archive.org/0/items/mbid-f7fc5bfe-7bb1-4401-a1f9-70c7d514e0ff/mbid-f7fc5bfe-7bb1-4401-a1f9-70c7d514e0ff-35478609951_thumb250.jpg",
    "song": "Valleys",
    "track_id": "8734333f-b673-4d5a-9189-f227f0a16b0f",
    "recording_id": "35a916d0-5a35-4481-9a13-4cb0b25d8d32",
    "artist": "Working Men’s Club",
    "artist_ids": [
        "5a6fc9a3-c864-421d-9518-702429019e2f"
    ],
    "album": "Working Men's Club",
    "release_id": "f7fc5bfe-7bb1-4401-a1f9-70c7d514e0ff",
    "release_group_id": "486d395a-00e4-4f13-a656-017cef12563a",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2020-06-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Working Men's Club performed \"Valleys\" and five other songs during a KEXP Live at Home performance and interview in 2021: https://www.youtube.com/watch?v=q9c_3e0wLQY https://workingmensclub.bandcamp.com/track/valleys https://workingmensclub.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}