Information about plays

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

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

{
    "id": 3636201,
    "uri": "https://api.kexp.org/v2/plays/3636201/?format=api",
    "airdate": "2026-03-31T23:36:44-07:00",
    "show": 66333,
    "show_uri": "https://api.kexp.org/v2/shows/66333/?format=api",
    "image_uri": "https://coverartarchive.org/release/c5f5d60e-ba92-4d6a-adc5-83a3194f5948/29447115875-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c5f5d60e-ba92-4d6a-adc5-83a3194f5948/29447115875-250.jpg",
    "song": "Handlebar",
    "track_id": null,
    "recording_id": "71ea16c5-b752-4434-b922-44aab3fdbcf0",
    "artist": "Sister George",
    "artist_ids": [
        "43575910-7206-48f4-b59d-7129e5e8311a"
    ],
    "album": "Drag King",
    "release_id": null,
    "release_group_id": "8eb93a59-314c-45be-93f7-071e921d9685",
    "labels": [
        "Outpunk Records"
    ],
    "label_ids": [
        "4d56386a-c13d-4493-b593-a9385c4f97ba"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London band significant to the 90's queercore scene",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}