Information about plays

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

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

{
    "id": 3539437,
    "uri": "https://api.kexp.org/v2/plays/3539437/?format=api",
    "airdate": "2025-08-13T03:34:01-07:00",
    "show": 64275,
    "show_uri": "https://api.kexp.org/v2/shows/64275/?format=api",
    "image_uri": "https://coverartarchive.org/release/b5f543c5-a8fa-4bf2-86c8-05fa4453c98e/35631541795-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b5f543c5-a8fa-4bf2-86c8-05fa4453c98e/35631541795-250.jpg",
    "song": "Wicked Game",
    "track_id": null,
    "recording_id": null,
    "artist": "Natural Wonder Beauty Concept",
    "artist_ids": [
        "7163d26e-fc59-46ed-beba-56c3f3fe4fd3"
    ],
    "album": "Sitting on the Moon",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off Mexican Summer's forthcoming Sitting on the Moon compilation - https://naturalwonderbeautyconcept.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}