Information about plays

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

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

{
    "id": 3605815,
    "uri": "https://api.kexp.org/v2/plays/3605815/?format=api",
    "airdate": "2026-01-18T03:05:10-08:00",
    "show": 65681,
    "show_uri": "https://api.kexp.org/v2/shows/65681/?format=api",
    "image_uri": "https://coverartarchive.org/release/f2d5404b-7e75-40ea-9e73-9ea80ebc9d72/35724114320-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f2d5404b-7e75-40ea-9e73-9ea80ebc9d72/35724114320-250.jpg",
    "song": "Let's Be Friends Again",
    "track_id": null,
    "recording_id": "1dfe0f48-9887-480e-a699-aeca9a542584",
    "artist": "The Toms",
    "artist_ids": [
        "f540fa72-6b4e-467a-80d2-988ca0869f8c"
    ],
    "album": "The Toms",
    "release_id": null,
    "release_group_id": "e6bf62c7-08a2-3e62-92fd-d2956bd09126",
    "labels": [
        "Not Lame Recordings"
    ],
    "label_ids": [
        "f695380f-ef93-4fd6-9833-7c70636d2f51"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}