Information about plays

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

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

{
    "id": 3520127,
    "uri": "https://api.kexp.org/v2/plays/3520127/?format=api",
    "airdate": "2025-06-28T21:33:57-07:00",
    "show": 63865,
    "show_uri": "https://api.kexp.org/v2/shows/63865/?format=api",
    "image_uri": "https://coverartarchive.org/release/60b50689-0f4f-479c-b104-5afd15f56c05/3609477584-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/60b50689-0f4f-479c-b104-5afd15f56c05/3609477584-250.jpg",
    "song": "She's Got A Lighter",
    "track_id": null,
    "recording_id": "cd9c6ea2-5c3b-4153-8225-c0aed2378c1a",
    "artist": "Boris the Sprinkler",
    "artist_ids": [
        "a39158e6-d08c-4075-a86a-a1c8e0468256"
    ],
    "album": "8 Testicled Pogo Machine",
    "release_id": null,
    "release_group_id": "117e5d06-62c1-3aee-91cc-5ee49cfe7485",
    "labels": [
        "Bulge Records"
    ],
    "label_ids": [
        "cbf14458-a0b6-441d-acc9-c70859fbd858"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}