Information about plays

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

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

{
    "id": 3634877,
    "uri": "https://api.kexp.org/v2/plays/3634877/?format=api",
    "airdate": "2026-03-28T22:19:22-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "https://coverartarchive.org/release/f97a40cf-21c3-499a-8ecc-4c3f3a6fe1fc/6005231594-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f97a40cf-21c3-499a-8ecc-4c3f3a6fe1fc/6005231594-250.jpg",
    "song": "Where’s the Freedom?",
    "track_id": null,
    "recording_id": "79b98243-4a25-49b9-a4d2-b8a26ed2e0cc",
    "artist": "Subhumans",
    "artist_ids": [
        "3a13b4b9-00cf-4b4c-bc6b-8101190d3c8c"
    ],
    "album": "From the Cradle to the Grave",
    "release_id": null,
    "release_group_id": "d02627c7-4f11-3047-a595-fba648bdcfb4",
    "labels": [
        "Bluurg Records"
    ],
    "label_ids": [
        "539e497f-fa8f-4231-85fd-1d25b9c38322"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "UK Subhumans: https://subhumans.bandcamp.com/album/from-the-cradle-to-the-grave",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}