Information about plays

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

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

{
    "id": 3555005,
    "uri": "https://api.kexp.org/v2/plays/3555005/?format=api",
    "airdate": "2025-09-19T12:43:58-07:00",
    "show": 64602,
    "show_uri": "https://api.kexp.org/v2/shows/64602/?format=api",
    "image_uri": "https://dn720706.ca.archive.org/0/items/mbid-cbea145e-f1c6-41ab-8968-d2ed48f87f56/mbid-cbea145e-f1c6-41ab-8968-d2ed48f87f56-20444439900_thumb500.jpg",
    "thumbnail_uri": "https://dn720706.ca.archive.org/0/items/mbid-cbea145e-f1c6-41ab-8968-d2ed48f87f56/mbid-cbea145e-f1c6-41ab-8968-d2ed48f87f56-20444439900_thumb250.jpg",
    "song": "Move Your Body",
    "track_id": "13ca31c8-89b8-392d-a5a5-be1941b9cbe4",
    "recording_id": "328ba45d-719e-4179-800a-2643c7fc984a",
    "artist": "Marshall Jefferson",
    "artist_ids": [
        "93938558-9a84-4a7f-a15c-6f145100ff5c"
    ],
    "album": "Trax Records: The 20th Anniversary Collection",
    "release_id": "cbea145e-f1c6-41ab-8968-d2ed48f87f56",
    "release_group_id": "54f152eb-5e51-30d1-8c8c-423991e795f2",
    "labels": [
        "Trax Records"
    ],
    "label_ids": [
        "5b945833-f22e-4a3f-b59c-83ca1baae35b"
    ],
    "release_date": "2004-05-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Marshall Jefferson track first came out in 1986 via Trax Records. It was also included on the label's 20th anniversary collection in 2004! \n\nJefferson is known as the Godfather of House Music, specifically Chicago House. Explore more of Jefferson's music here: https://marshalljefferson.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}