Information about plays

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

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

{
    "id": 3567813,
    "uri": "https://api.kexp.org/v2/plays/3567813/?format=api",
    "airdate": "2025-10-21T00:45:20-07:00",
    "show": 64891,
    "show_uri": "https://api.kexp.org/v2/shows/64891/?format=api",
    "image_uri": "https://coverartarchive.org/release/80faf5b1-c924-4a26-828a-51fda53e27dc/4524361185-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/80faf5b1-c924-4a26-828a-51fda53e27dc/4524361185-250.jpg",
    "song": "The Space In Between (Dominic Dawson Vocal Re-Version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Roxy Music",
    "artist_ids": [
        "331ce348-1b08-40b9-8ed7-0763b92bd003"
    ],
    "album": "Avalon",
    "release_id": null,
    "release_group_id": "4b51d75c-ca0e-3ea7-9950-639eda1f7d1a",
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "c a t c h y - https://dominicdawson.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}