Information about plays

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

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

{
    "id": 3554926,
    "uri": "https://api.kexp.org/v2/plays/3554926/?format=api",
    "airdate": "2025-09-19T08:08:29-07:00",
    "show": 64601,
    "show_uri": "https://api.kexp.org/v2/shows/64601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Need You Now",
    "track_id": "c8421bca-741d-3c06-bd5e-250ee6a6100e",
    "recording_id": "e263376f-8b45-4078-8e45-8541a777918a",
    "artist": "Cut Copy",
    "artist_ids": [
        "caaba574-dfbc-4681-8e56-19b5150897d2"
    ],
    "album": "Zonoscope",
    "release_id": "c7d23cea-922f-35bf-9bb6-9bf418f560d5",
    "release_group_id": "56e9fc31-653b-46c6-87e0-8973df473a29",
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2011-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cut Copy is playing:\n--The Showbox in Seattle on Monday, November 10th\n--The Regency Ballroom in SF on Thursday, November 13th.\n--\nThere are many athletes (with incongruent props) in the video for \"Need You Now\": https://www.youtube.com/watch?v=tb1o42RdVzA\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}