Information about plays

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

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

{
    "id": 3613480,
    "uri": "https://api.kexp.org/v2/plays/3613480/?format=api",
    "airdate": "2026-02-05T09:25:03-08:00",
    "show": 65845,
    "show_uri": "https://api.kexp.org/v2/shows/65845/?format=api",
    "image_uri": "https://coverartarchive.org/release/43bc7daa-fe0e-429f-be58-080a65babac8/37290643601-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/43bc7daa-fe0e-429f-be58-080a65babac8/37290643601-250.jpg",
    "song": "Won't You Be My Neighbor",
    "track_id": null,
    "recording_id": "33c71ca8-b2b4-45b2-a117-9ce14ec6dae1",
    "artist": "Mister Rogers",
    "artist_ids": [
        "87467525-3724-412d-ad3e-595ecb6a3bfd"
    ],
    "album": "Mister Rogers SINGS",
    "release_id": null,
    "release_group_id": "d7bf6527-ca4d-4195-a69e-a019b89c7786",
    "labels": [
        "Columbia Musical Treasuries"
    ],
    "label_ids": [
        "4db2e7a9-2bbb-4081-aaa0-121ff177f9aa"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Imagine what our real neighborhoods would be like if each of us offered, as a matter of course, just one kind word to another person.” --Mister Rogers",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}