Information about plays

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

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

{
    "id": 3573857,
    "uri": "https://api.kexp.org/v2/plays/3573857/?format=api",
    "airdate": "2025-11-04T09:37:48-08:00",
    "show": 65020,
    "show_uri": "https://api.kexp.org/v2/shows/65020/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Better",
    "track_id": "5e25c774-27d3-4d8c-a712-927601130e4f",
    "recording_id": "bfa29620-8889-4efe-822b-6e8e7cc2486e",
    "artist": "SPRINTS",
    "artist_ids": [
        "256e0b36-88cb-453a-9ce4-7b73cb6b882f"
    ],
    "album": "All That Is Over",
    "release_id": "ba7cca99-7ac1-4823-8ca7-9e53f606f7db",
    "release_group_id": "2e3e4bdd-63c3-4a4f-9f87-253f1ea28308",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-09-26",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From their new album ‘All That Is Over’, out now on digital, CD, and Loser Edition vinyl:\nhttps://sprintsmusic.bandcamp.com/album/all-that-is-over\n\nHere’s SPRINTS’ full live performance in the KEXP studio: https://www.youtube.com/watch?v=6FtN3HV1voM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}