Information about plays

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

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

{
    "id": 3521531,
    "uri": "https://api.kexp.org/v2/plays/3521531/?format=api",
    "airdate": "2025-07-02T05:41:59-07:00",
    "show": 63897,
    "show_uri": "https://api.kexp.org/v2/shows/63897/?format=api",
    "image_uri": "https://ia801903.us.archive.org/18/items/mbid-d4a2896a-4cab-4b82-bbd0-1e8cec60f0c1/mbid-d4a2896a-4cab-4b82-bbd0-1e8cec60f0c1-33520682890_thumb500.jpg",
    "thumbnail_uri": "https://ia601903.us.archive.org/18/items/mbid-d4a2896a-4cab-4b82-bbd0-1e8cec60f0c1/mbid-d4a2896a-4cab-4b82-bbd0-1e8cec60f0c1-33520682890_thumb250.jpg",
    "song": "The Wind Cries Mary",
    "track_id": "a9b8b143-cc79-35e8-a406-8e5812248b6e",
    "recording_id": "2c1d1aea-9c5d-43e8-982b-265a8f7cbfa9",
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Are You Experienced?",
    "release_id": "d4a2896a-4cab-4b82-bbd0-1e8cec60f0c1",
    "release_group_id": "da40e720-2097-3730-8a7f-0c2ddbff4a96",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1993-09-28",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Request by Garth!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}