Information about plays

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

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

{
    "id": 3545261,
    "uri": "https://api.kexp.org/v2/plays/3545261/?format=api",
    "airdate": "2025-08-26T23:45:57-07:00",
    "show": 64397,
    "show_uri": "https://api.kexp.org/v2/shows/64397/?format=api",
    "image_uri": "https://coverartarchive.org/release/f11a0e62-307d-44c7-ad2c-68cab6e1857a/39945603649-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f11a0e62-307d-44c7-ad2c-68cab6e1857a/39945603649-250.jpg",
    "song": "Play On",
    "track_id": null,
    "recording_id": "a8b10738-c336-4b1b-9514-310b5f31e45b",
    "artist": "Aaron Frazer",
    "artist_ids": [
        "ed924a5c-b7a6-4df4-ada5-1fde52f17387"
    ],
    "album": "Into the Blue",
    "release_id": null,
    "release_group_id": "ca625fc1-480e-4c4a-92ed-5a47cbd18421",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2024-06-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amazing vocalist. Love this record. https://aaronfrazermusic.bandcamp.com/album/into-the-blue",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}