Information about plays

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

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

{
    "id": 3521546,
    "uri": "https://api.kexp.org/v2/plays/3521546/?format=api",
    "airdate": "2025-07-02T06:35:52-07:00",
    "show": 63897,
    "show_uri": "https://api.kexp.org/v2/shows/63897/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I See the Light",
    "track_id": "4f3bd8a1-6c71-4eb3-a538-e9b1310da429",
    "recording_id": "e2fd1e72-f950-4ce6-b875-049e30d0faf9",
    "artist": "The Music Explosion",
    "artist_ids": [
        "033c88a1-d6d3-4654-8a40-e67fc469608e"
    ],
    "album": "Little Bit O'Soul: The Best Of",
    "release_id": "b9640576-60b0-405e-828e-eb3d16612f4a",
    "release_group_id": "8cffca03-6d78-40b9-8317-4837f479ea93",
    "labels": [
        "Sundazed Music"
    ],
    "label_ids": [
        "ae5752fa-3dcd-470c-9c2f-8dad4fdce6ab"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today's Walker Wormhole Wednesday selection!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}