Information about plays

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

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

{
    "id": 3550775,
    "uri": "https://api.kexp.org/v2/plays/3550775/?format=api",
    "airdate": "2025-09-09T07:47:29-07:00",
    "show": 64516,
    "show_uri": "https://api.kexp.org/v2/shows/64516/?format=api",
    "image_uri": "https://ia801302.us.archive.org/28/items/mbid-a0fadcc2-63f9-47ab-b4d7-2c539ebc364e/mbid-a0fadcc2-63f9-47ab-b4d7-2c539ebc364e-33933807754_thumb500.jpg",
    "thumbnail_uri": "https://ia801302.us.archive.org/28/items/mbid-a0fadcc2-63f9-47ab-b4d7-2c539ebc364e/mbid-a0fadcc2-63f9-47ab-b4d7-2c539ebc364e-33933807754_thumb250.jpg",
    "song": "This Boy Is Exhausted",
    "track_id": "1afd3435-bdbf-37c2-8cfc-e8a0d94a3f14",
    "recording_id": "bf2fa686-2f59-4234-b2fc-2689407f979e",
    "artist": "The Wrens",
    "artist_ids": [
        "492c18bc-ffbe-43b1-a22a-9bb801216b96"
    ],
    "album": "The Meadowlands",
    "release_id": "a0fadcc2-63f9-47ab-b4d7-2c539ebc364e",
    "release_group_id": "cd359166-1c41-3b6a-844c-7ff740141611",
    "labels": [
        "Absolutely Kosher Records"
    ],
    "label_ids": [
        "ab282a9a-6440-4e08-a7c5-64735a892f3e"
    ],
    "release_date": "2003-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album came out 22 years ago today!\n\nThe Wrens were an American indie rock band from New Jersey. This track is off their third and final album 'The Meadowlands'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}