Information about plays

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

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

{
    "id": 3542525,
    "uri": "https://api.kexp.org/v2/plays/3542525/?format=api",
    "airdate": "2025-08-20T15:32:02-07:00",
    "show": 64340,
    "show_uri": "https://api.kexp.org/v2/shows/64340/?format=api",
    "image_uri": "https://ia600108.us.archive.org/12/items/mbid-2fa492bc-6e24-416a-a500-36d2d838ae45/mbid-2fa492bc-6e24-416a-a500-36d2d838ae45-41303403277_thumb500.jpg",
    "thumbnail_uri": "https://ia600108.us.archive.org/12/items/mbid-2fa492bc-6e24-416a-a500-36d2d838ae45/mbid-2fa492bc-6e24-416a-a500-36d2d838ae45-41303403277_thumb250.jpg",
    "song": "Have U Ever Been 2 Wales",
    "track_id": "78d8b29e-8958-4d79-808b-580e9d27a409",
    "recording_id": "48993606-f8be-400c-9663-5c98af819226",
    "artist": "The Bug Club",
    "artist_ids": [
        "31f07dfd-df64-48dc-856e-9968059b8e35"
    ],
    "album": "Have U Ever Been 2 Wales",
    "release_id": "2fa492bc-6e24-416a-a500-36d2d838ae45",
    "release_group_id": "ef485928-d880-4c40-892f-cb2b5b9e981a",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2025-02-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Speaking of Welsh bands...\n--\nWe loved it when Tilly Harrris, Sam Willmett, and their drummer Gavin Jenkins performed live in our studio last year: https://www.youtube.com/watch?v=c6G0wkPt9DY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}