Information about plays

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

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

{
    "id": 3598950,
    "uri": "https://api.kexp.org/v2/plays/3598950/?format=api",
    "airdate": "2026-01-01T20:03:54-08:00",
    "show": 65535,
    "show_uri": "https://api.kexp.org/v2/shows/65535/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Remember l 記憶",
    "track_id": null,
    "recording_id": null,
    "artist": "Elle Shimada",
    "artist_ids": [
        "35dd7e5d-ae38-4148-8adb-a59d34af609c"
    ],
    "album": "Home ≠ Location",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2022-07-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://elleshimada.bandcamp.com/album/home-location",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}