Information about plays

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

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

{
    "id": 3565242,
    "uri": "https://api.kexp.org/v2/plays/3565242/?format=api",
    "airdate": "2025-10-15T03:17:18-07:00",
    "show": 64838,
    "show_uri": "https://api.kexp.org/v2/shows/64838/?format=api",
    "image_uri": "https://dn721902.ca.archive.org/0/items/mbid-889c1b07-9abf-4da6-af4e-e414f1baac28/mbid-889c1b07-9abf-4da6-af4e-e414f1baac28-42862110838_thumb500.jpg",
    "thumbnail_uri": "https://ia801701.us.archive.org/4/items/mbid-889c1b07-9abf-4da6-af4e-e414f1baac28/mbid-889c1b07-9abf-4da6-af4e-e414f1baac28-42862110838_thumb250.jpg",
    "song": "Nice Guy",
    "track_id": "5ea66798-adcd-4112-85c3-9a551cd71698",
    "recording_id": "15ad34c4-ce85-4614-a5e0-117d929485ad",
    "artist": "Pain Magazine",
    "artist_ids": [
        "de433c93-be8f-43c3-973a-73dbacd18442"
    ],
    "album": "Violent God",
    "release_id": "889c1b07-9abf-4da6-af4e-e414f1baac28",
    "release_group_id": "3cf5dbea-fa25-439b-bfd8-9d81a164a32f",
    "labels": [
        "Humus Records"
    ],
    "label_ids": [
        "b1699f9c-0553-4cf6-9e88-0b345b2458c1"
    ],
    "release_date": "2025-10-03",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I WANT IT DARKER",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}