Information about plays

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

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

{
    "id": 3621180,
    "uri": "https://api.kexp.org/v2/plays/3621180/?format=api",
    "airdate": "2026-02-23T07:22:51-08:00",
    "show": 66010,
    "show_uri": "https://api.kexp.org/v2/shows/66010/?format=api",
    "image_uri": "https://dn720703.ca.archive.org/0/items/mbid-c63af77b-cfa4-4f3b-8c18-2b4c354aa3f1/mbid-c63af77b-cfa4-4f3b-8c18-2b4c354aa3f1-44103071059_thumb500.jpg",
    "thumbnail_uri": "https://ia800302.us.archive.org/35/items/mbid-c63af77b-cfa4-4f3b-8c18-2b4c354aa3f1/mbid-c63af77b-cfa4-4f3b-8c18-2b4c354aa3f1-44103071059_thumb250.jpg",
    "song": "Dashboard Mary",
    "track_id": "a6ee9c38-8d7b-41a5-ad4b-f2f0ece7d460",
    "recording_id": "447df7e7-ea37-43d6-8e8c-55e4d9b98740",
    "artist": "Modern Woman",
    "artist_ids": [
        "1e567374-b577-4ba7-a2e9-4a2e3109f2d3"
    ],
    "album": "Johnny’s Dreamworld",
    "release_id": "c63af77b-cfa4-4f3b-8c18-2b4c354aa3f1",
    "release_group_id": "56f0b3cc-bf65-4490-815e-5e849684f55b",
    "labels": [
        "One Little Independent Records"
    ],
    "label_ids": [
        "d231149e-77ad-4a8a-8623-934922d8b1ed"
    ],
    "release_date": "2026-04-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pre-order this upcoming album here: https://modernwoman.bandcamp.com/album/johnnys-dreamworld\n\nWatch the official video here: https://www.youtube.com/watch?v=9Dh0DTdaEb8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}