Information about plays

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

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

{
    "id": 3631379,
    "uri": "https://api.kexp.org/v2/plays/3631379/?format=api",
    "airdate": "2026-03-20T07:14:15-07:00",
    "show": 66229,
    "show_uri": "https://api.kexp.org/v2/shows/66229/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-691b4e3a-fdd9-4ef6-8ca7-47a02f089f44/mbid-691b4e3a-fdd9-4ef6-8ca7-47a02f089f44-33893452333_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-691b4e3a-fdd9-4ef6-8ca7-47a02f089f44/mbid-691b4e3a-fdd9-4ef6-8ca7-47a02f089f44-33893452333_thumb250.jpg",
    "song": "These Are Days",
    "track_id": "6a18443c-cdb8-49b6-a54d-729f7a9d891b",
    "recording_id": "b6f678d6-c38b-474d-af80-d5c7b07dd93e",
    "artist": "10,000 Maniacs",
    "artist_ids": [
        "b9a06530-1241-4162-836f-7b8e79deaa58"
    ],
    "album": "Our Time in Eden",
    "release_id": "691b4e3a-fdd9-4ef6-8ca7-47a02f089f44",
    "release_group_id": "fdbd976c-8783-3686-a3b5-902357b96cba",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1992-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"You'll know it's true\nThat you are blessed and lucky\nIt's true that you\nAre touched by something\nThat will grow in you, in you....\"\n\nDoes this song, written by Natalie Merchant and Robert Buck, make you teary? \n\nHere are the lyrics: https://genius.com/10000-maniacs-these-are-days-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}