Information about plays

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

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

{
    "id": 3549150,
    "uri": "https://api.kexp.org/v2/plays/3549150/?format=api",
    "airdate": "2025-09-05T08:05:50-07:00",
    "show": 64479,
    "show_uri": "https://api.kexp.org/v2/shows/64479/?format=api",
    "image_uri": "https://dn721309.ca.archive.org/0/items/mbid-7cced573-5d7e-4afc-830a-95b1f7845ec4/mbid-7cced573-5d7e-4afc-830a-95b1f7845ec4-24422674103_thumb500.jpg",
    "thumbnail_uri": "https://dn721309.ca.archive.org/0/items/mbid-7cced573-5d7e-4afc-830a-95b1f7845ec4/mbid-7cced573-5d7e-4afc-830a-95b1f7845ec4-24422674103_thumb250.jpg",
    "song": "Jump Into the Fire (Radio One live session)",
    "track_id": "71135ae1-4e0d-4a04-bec6-e9d34fb287cb",
    "recording_id": "83bd5c44-af98-4e91-abbd-15982cbce013",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "Daft Punk Is Playing at My House",
    "release_id": "ba7bd966-cac1-4a2f-be4a-529066da0815",
    "release_group_id": "b977d0ed-3da3-39ac-b2b4-e8b3fa2c06a6",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2005-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LCD Soundsystem frequently performs this song as part of their encores.\n--\nDon't forget the Harry Nilsson 1972 original: https://www.youtube.com/watch?v=CfjNpgZ4C5Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}