Information about plays

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

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

{
    "id": 3577632,
    "uri": "https://api.kexp.org/v2/plays/3577632/?format=api",
    "airdate": "2025-11-13T11:28:02-08:00",
    "show": 65098,
    "show_uri": "https://api.kexp.org/v2/shows/65098/?format=api",
    "image_uri": "https://ia801505.us.archive.org/5/items/mbid-f9479fc5-6438-42e6-b493-0f0bde23a352/mbid-f9479fc5-6438-42e6-b493-0f0bde23a352-25341778243_thumb500.jpg",
    "thumbnail_uri": "https://dn710705.ca.archive.org/0/items/mbid-f9479fc5-6438-42e6-b493-0f0bde23a352/mbid-f9479fc5-6438-42e6-b493-0f0bde23a352-25341778243_thumb250.jpg",
    "song": "Farewell Transmission",
    "track_id": "7e8eafcd-79b4-3f4c-9e20-571c62a38745",
    "recording_id": "f737cf7a-ce91-4877-adae-b78e9c2be570",
    "artist": "Songs: Ohia",
    "artist_ids": [
        "1305bd7e-27ef-4236-ae87-0a7d435234ca"
    ],
    "album": "The Magnolia Electric Co.",
    "release_id": "f9479fc5-6438-42e6-b493-0f0bde23a352",
    "release_group_id": "135d0421-2a60-36ca-97a1-c3f91203b74c",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2003-03-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Jess in Seattle:\n\nWe lost our dear friend Gabe unexpectedly Sunday. His relentless authenticity and charisma cultivated music communities and brought people together in multiple cities, states, and countries. I'd like to dedicate Farewell Transmission by Songs: Ohia to him.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}