Information about plays

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

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

{
    "id": 3550938,
    "uri": "https://api.kexp.org/v2/plays/3550938/?format=api",
    "airdate": "2025-09-09T17:01:04-07:00",
    "show": 64519,
    "show_uri": "https://api.kexp.org/v2/shows/64519/?format=api",
    "image_uri": "https://ia902902.us.archive.org/4/items/mbid-05c38a1d-9acb-3cf3-ae1a-b8367f88b3ae/mbid-05c38a1d-9acb-3cf3-ae1a-b8367f88b3ae-18782213344_thumb500.jpg",
    "thumbnail_uri": "https://ia802902.us.archive.org/4/items/mbid-05c38a1d-9acb-3cf3-ae1a-b8367f88b3ae/mbid-05c38a1d-9acb-3cf3-ae1a-b8367f88b3ae-18782213344_thumb250.jpg",
    "song": "Junk Bond Trader",
    "track_id": "a04a61a5-f4d6-35a5-8e18-5ef452167421",
    "recording_id": "03a02b36-7df2-44ff-a14c-49e787e08e3b",
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "Figure 8",
    "release_id": "05c38a1d-9acb-3cf3-ae1a-b8367f88b3ae",
    "release_group_id": "2fd75c21-7a92-3bcc-b045-d5bab5c36d11",
    "labels": [
        "DreamWorks Records"
    ],
    "label_ids": [
        "d4751e8e-aa7f-4670-b8a3-4a861bcffa0d"
    ],
    "release_date": "2000-04-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Junk Bond Trader\" comes from the Figure 8 album, which was the final Elliot Smith album released in his lifetime. \n\nWatch Smith play \"Junk Bond Trader\" live at NYC's Irving Plaza in 2000: https://youtu.be/rvP_3unrtQk. https://elliottsmith.co/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}