Information about plays

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

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

{
    "id": 3602071,
    "uri": "https://api.kexp.org/v2/plays/3602071/?format=api",
    "airdate": "2026-01-09T03:21:25-08:00",
    "show": 65600,
    "show_uri": "https://api.kexp.org/v2/shows/65600/?format=api",
    "image_uri": "https://ia600108.us.archive.org/26/items/mbid-ba6f3c3b-db1b-49fc-8d72-6013952da11c/mbid-ba6f3c3b-db1b-49fc-8d72-6013952da11c-43563074348_thumb500.jpg",
    "thumbnail_uri": "https://ia600108.us.archive.org/26/items/mbid-ba6f3c3b-db1b-49fc-8d72-6013952da11c/mbid-ba6f3c3b-db1b-49fc-8d72-6013952da11c-43563074348_thumb250.jpg",
    "song": "Milquetoast",
    "track_id": "2e42b5f8-bba9-4442-9485-867ef90c5263",
    "recording_id": "8030b5d1-24f6-4f2f-88c5-3ffe427d4cae",
    "artist": "Hélène Barbier",
    "artist_ids": [
        "29f7a557-7fd7-4c8e-88ab-f1c6ac4a9d80"
    ],
    "album": "Panorama",
    "release_id": "ba6f3c3b-db1b-49fc-8d72-6013952da11c",
    "release_group_id": "c5771cc5-94be-4545-a0a1-262f42daf362",
    "labels": [
        "Bonsound"
    ],
    "label_ids": [
        "8b1d458b-e154-4d16-a3fe-6a3121790874"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}