Information about plays

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

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

{
    "id": 3555427,
    "uri": "https://api.kexp.org/v2/plays/3555427/?format=api",
    "airdate": "2025-09-20T12:15:42-07:00",
    "show": 64613,
    "show_uri": "https://api.kexp.org/v2/shows/64613/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rushing Through My Mind (Al Lover remix)",
    "track_id": null,
    "recording_id": "237e23a5-cbcf-4920-acec-f4499919e869",
    "artist": "Josefin Öhrn + The Liberation",
    "artist_ids": [
        "43ebefa9-b4ec-442a-bfcc-d1f7eaaa0b24"
    ],
    "album": "The State (I'm In)",
    "release_id": null,
    "release_group_id": "445944bd-9e13-49f6-9965-ee4b0a8c0994",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-12-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The AI Lover Remix of the Swedish Indie Band Josefin Ohrn & The Libereration from their 2016 album, The State (I'm In)\n\nhttps://josefinohrnandtheliberation.bandcamp.com/album/the-state-im-in-rushing-through-my-mind-al-lover-remix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}