Information about plays

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

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

{
    "id": 3610416,
    "uri": "https://api.kexp.org/v2/plays/3610416/?format=api",
    "airdate": "2026-01-29T01:09:11-08:00",
    "show": 65782,
    "show_uri": "https://api.kexp.org/v2/shows/65782/?format=api",
    "image_uri": "https://coverartarchive.org/release/50bbc33e-3e02-4ca6-99d3-de6b970421e2/5565204893-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/50bbc33e-3e02-4ca6-99d3-de6b970421e2/5565204893-250.jpg",
    "song": "The Pressure, Part 2",
    "track_id": null,
    "recording_id": "be32a60f-479d-46e7-8683-3bd213a38efa",
    "artist": "Sounds of Blackness",
    "artist_ids": [
        "4f9d560b-f378-4bdb-9676-8b7aa7744821"
    ],
    "album": "Evolution Of Gospel",
    "release_id": null,
    "release_group_id": "88113a8f-bbb2-36af-92cb-c31b7b19db6a",
    "labels": [
        "Perspective Records"
    ],
    "label_ids": [
        "5556cc40-687f-4849-8c27-3c2acea605d5"
    ],
    "release_date": "1991-05-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remix by the Godfather of House, Frankie Knuckles.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}