Information about plays

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

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

{
    "id": 3570075,
    "uri": "https://api.kexp.org/v2/plays/3570075/?format=api",
    "airdate": "2025-10-26T03:12:15-07:00",
    "show": 64937,
    "show_uri": "https://api.kexp.org/v2/shows/64937/?format=api",
    "image_uri": "https://coverartarchive.org/release/3a0845e3-04ab-4ff9-918f-6695950d68cd/37149485901-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3a0845e3-04ab-4ff9-918f-6695950d68cd/37149485901-250.jpg",
    "song": "A Place Like a Place",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ Chrysalis",
    "artist_ids": [],
    "album": "A Place Like a Place",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KANN"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nice place you got here - https://kann.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}