Information about plays

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

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

{
    "id": 3637323,
    "uri": "https://api.kexp.org/v2/plays/3637323/?format=api",
    "airdate": "2026-04-03T15:30:23-07:00",
    "show": 66354,
    "show_uri": "https://api.kexp.org/v2/shows/66354/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Late Night Morning Light",
    "track_id": null,
    "recording_id": "7edf0e57-dc80-4e3c-8a02-c39fab4b98c5",
    "artist": "Har Mar Superstar",
    "artist_ids": [
        "5739643e-3037-4349-8ceb-73e337158f2c"
    ],
    "album": "Bye Bye 17",
    "release_id": null,
    "release_group_id": "d4161102-f277-43d9-a677-58869ac4cbeb",
    "labels": [
        "Cult Records"
    ],
    "label_ids": [
        "92a164db-c3e0-4f96-8490-1d2291fa9632"
    ],
    "release_date": "2013-04-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"breathy heartbreak along with an outburst of Screaming Jay Hawkins thrown in for good measure.\" - read more about Har Mar Superstar's Bye Bye 17 album here \nhttps://www.thecurrent.org/feature/2013/08/05/album-review-har-mar-superstar",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}