Information about plays

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

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

{
    "id": 3554528,
    "uri": "https://api.kexp.org/v2/plays/3554528/?format=api",
    "airdate": "2025-09-18T08:31:44-07:00",
    "show": 64593,
    "show_uri": "https://api.kexp.org/v2/shows/64593/?format=api",
    "image_uri": "https://ia800207.us.archive.org/2/items/mbid-149812f7-28a5-4960-ad49-0b647cdb978e/mbid-149812f7-28a5-4960-ad49-0b647cdb978e-1076686535_thumb500.jpg",
    "thumbnail_uri": "https://ia600207.us.archive.org/2/items/mbid-149812f7-28a5-4960-ad49-0b647cdb978e/mbid-149812f7-28a5-4960-ad49-0b647cdb978e-1076686535_thumb250.jpg",
    "song": "The House That Heaven Built",
    "track_id": "bc18a26f-60a9-36a0-b5a9-b0fbe5e2ce79",
    "recording_id": "adaa5f6f-c67a-49b3-8a13-54808d7f6cb5",
    "artist": "Japandroids",
    "artist_ids": [
        "2008d65c-31ee-4382-8960-5188523568d5"
    ],
    "album": "Celebration Rock",
    "release_id": "149812f7-28a5-4960-ad49-0b647cdb978e",
    "release_group_id": "32f90db3-467a-4a31-b36b-e4b73dc0cc78",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2012-06-05",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Good Morning to the Morning Show crew! I'm sure there are many requests and emotions out there today. Those who need to hear them most may not be listening, but can you please play The House That Heaven Built if you have a space for one of those jewels this morning? Thanks so much for the Vitamin M today\n\nJen in Greenwood",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}