Information about plays

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

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

{
    "id": 3637312,
    "uri": "https://api.kexp.org/v2/plays/3637312/?format=api",
    "airdate": "2026-04-03T14:55:49-07:00",
    "show": 66354,
    "show_uri": "https://api.kexp.org/v2/shows/66354/?format=api",
    "image_uri": "https://dn710708.ca.archive.org/0/items/mbid-5f692216-1932-4cfa-ad6e-0e3c2304579f/mbid-5f692216-1932-4cfa-ad6e-0e3c2304579f-3323637378_thumb500.jpg",
    "thumbnail_uri": "https://dn710708.ca.archive.org/0/items/mbid-5f692216-1932-4cfa-ad6e-0e3c2304579f/mbid-5f692216-1932-4cfa-ad6e-0e3c2304579f-3323637378_thumb250.jpg",
    "song": "Glue Man",
    "track_id": "2976ce84-e911-3b4b-8e5f-25a06e5fe153",
    "recording_id": "9e387cb2-843f-4db0-a0eb-8ba677dfd93d",
    "artist": "Fugazi",
    "artist_ids": [
        "233fc3f3-6de2-465c-985e-e721dbabbace"
    ],
    "album": "13 Songs",
    "release_id": "5f692216-1932-4cfa-ad6e-0e3c2304579f",
    "release_group_id": "e65e574d-6129-3798-84d9-5952876ad210",
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [
        "2954d038-b2af-495a-b3b7-ab8028c672c4"
    ],
    "release_date": "1989-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch: \"Glue Man\" - Fugazi (Live) in Roseland, NYC, 1993\nhttps://www.youtube.com/watch?v=hoovuPm_Hws",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}