Information about plays

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

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

{
    "id": 3631149,
    "uri": "https://api.kexp.org/v2/plays/3631149/?format=api",
    "airdate": "2026-03-19T17:06:57-07:00",
    "show": 66224,
    "show_uri": "https://api.kexp.org/v2/shows/66224/?format=api",
    "image_uri": "https://dn721903.ca.archive.org/0/items/mbid-5ac0b48f-da4f-3151-96f9-fb41a986b603/mbid-5ac0b48f-da4f-3151-96f9-fb41a986b603-33424835505_thumb500.jpg",
    "thumbnail_uri": "https://dn721903.ca.archive.org/0/items/mbid-5ac0b48f-da4f-3151-96f9-fb41a986b603/mbid-5ac0b48f-da4f-3151-96f9-fb41a986b603-33424835505_thumb250.jpg",
    "song": "I Was Born (A Unicorn)",
    "track_id": "c40c06cc-3512-4454-8730-1d92aab56d0b",
    "recording_id": "9f747e38-3d4b-4551-ac5d-00096a67d374",
    "artist": "The Unicorns",
    "artist_ids": [
        "603c5f9f-492a-4f21-9d6f-1642a5dbea2d"
    ],
    "album": "Who Will Cut Our Hair When We're Gone?",
    "release_id": "d26661ea-71cd-4044-98aa-a6f08e9c05e8",
    "release_group_id": "78825696-29f8-3b33-abcf-29f56bf1ae5d",
    "labels": [
        "Alien8 Recordings"
    ],
    "label_ids": [
        "216f5cd5-9227-46e9-9826-5fd40c07d7a0"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Leah!\n\nIn 2004, The Unicorns performed this song live: https://www.youtube.com/watch?v=xJJVehSOrLw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}