Information about plays

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

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

{
    "id": 3597807,
    "uri": "https://api.kexp.org/v2/plays/3597807/?format=api",
    "airdate": "2025-12-30T01:48:39-08:00",
    "show": 65512,
    "show_uri": "https://api.kexp.org/v2/shows/65512/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "split roads",
    "track_id": null,
    "recording_id": null,
    "artist": "Tom Jarmey",
    "artist_ids": [
        "fd4922b3-9594-46bd-9390-7f8a6794e9ab"
    ],
    "album": "split roads",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another one of my favorites / most-played for 2025!\n\nhttps://tomjarmey.bandcamp.com/track/split-roads-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}