Information about plays

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

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

{
    "id": 3579563,
    "uri": "https://api.kexp.org/v2/plays/3579563/?format=api",
    "airdate": "2025-11-17T22:06:35-08:00",
    "show": 65141,
    "show_uri": "https://api.kexp.org/v2/shows/65141/?format=api",
    "image_uri": "https://coverartarchive.org/release/601a6f0a-c990-4b5b-be97-e614e339e449/41283983829-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/601a6f0a-c990-4b5b-be97-e614e339e449/41283983829-250.jpg",
    "song": "Echoes (feat. Teddy Bryant)",
    "track_id": null,
    "recording_id": null,
    "artist": "D.D. Mirage",
    "artist_ids": [],
    "album": "Echoes",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Summer-ready single (if you live in Sydney like Aussie duo D.D. Mirage) - https://ddmirage.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}