Information about plays

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

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

{
    "id": 3551373,
    "uri": "https://api.kexp.org/v2/plays/3551373/?format=api",
    "airdate": "2025-09-10T17:12:21-07:00",
    "show": 64527,
    "show_uri": "https://api.kexp.org/v2/shows/64527/?format=api",
    "image_uri": "https://ia600801.us.archive.org/7/items/mbid-869bb80d-1500-4edd-8527-1d1f47994940/mbid-869bb80d-1500-4edd-8527-1d1f47994940-36415281422_thumb500.jpg",
    "thumbnail_uri": "https://dn721903.ca.archive.org/0/items/mbid-869bb80d-1500-4edd-8527-1d1f47994940/mbid-869bb80d-1500-4edd-8527-1d1f47994940-36415281422_thumb250.jpg",
    "song": "Alien Love Call",
    "track_id": "0ef53cec-53be-45bc-aae8-df2b8286de6b",
    "recording_id": "2a1f3179-e5d0-45a3-900f-6aacc069ad16",
    "artist": "Turnstile & BADBADNOTGOOD",
    "artist_ids": [
        "7b748dac-f5ce-45a7-9b95-c1d8b5b013ed",
        "754294d5-d7d2-4ea2-8184-1dcaaf55a56f"
    ],
    "album": "New Heart Designs",
    "release_id": "869bb80d-1500-4edd-8527-1d1f47994940",
    "release_group_id": "fa1961f0-a602-4ab0-be5c-104a80aebcd1",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "2023-08-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a collaboration between Baltimore hardcore band Turnstile and Toronto jazz ensemble BADBADNOTGOOD. https://www.turnstilehardcore.com/ https://badbadnotgood.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}