Information about plays

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

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

{
    "id": 3577707,
    "uri": "https://api.kexp.org/v2/plays/3577707/?format=api",
    "airdate": "2025-11-13T15:17:27-08:00",
    "show": 65099,
    "show_uri": "https://api.kexp.org/v2/shows/65099/?format=api",
    "image_uri": "https://dn721905.ca.archive.org/0/items/mbid-b90a4b4f-78a9-45f8-a3c9-3ea8b9c2b892/mbid-b90a4b4f-78a9-45f8-a3c9-3ea8b9c2b892-43533845362_thumb500.jpg",
    "thumbnail_uri": "https://dn721905.ca.archive.org/0/items/mbid-b90a4b4f-78a9-45f8-a3c9-3ea8b9c2b892/mbid-b90a4b4f-78a9-45f8-a3c9-3ea8b9c2b892-43533845362_thumb250.jpg",
    "song": "I’ll Be Around",
    "track_id": "4a820069-fcf4-3e57-8192-75b11c2d998f",
    "recording_id": "ec9be67e-4364-4daa-9849-6ab7d10d8a6c",
    "artist": "The Spinners",
    "artist_ids": [
        "fd2b6371-5b61-4068-8baa-9c333c97dfd7"
    ],
    "album": "Spinners",
    "release_id": "b90a4b4f-78a9-45f8-a3c9-3ea8b9c2b892",
    "release_group_id": "f3c7520a-8a5f-3be1-93a5-a327e65db81f",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Greg in White Center:\n\"I'll Be Around\"\" by the Spinners is the long-ago childhood happy song before my dad's estrangement. He died away from his family & there is such a thing as mourning those who are not long for this world.\nThank you to everyone in end-of-life care.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}