Information about plays

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

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

{
    "id": 3539564,
    "uri": "https://api.kexp.org/v2/plays/3539564/?format=api",
    "airdate": "2025-08-13T10:40:05-07:00",
    "show": 64278,
    "show_uri": "https://api.kexp.org/v2/shows/64278/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Doing It Too",
    "track_id": null,
    "recording_id": null,
    "artist": "Rochelle Jordan",
    "artist_ids": [],
    "album": "Doing It Too",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "EMPIRE"
    ],
    "label_ids": [],
    "release_date": "2025-08-08",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Latest single from Rochelle Jordan! From her upcoming album \"Through the Wall\" releasing on Sept 26th!\n\nhttps://www.rochellejordan.com/\n\nWatch her 2022 KEXP live performance here: https://www.youtube.com/watch?v=y8GFxCkgTEo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}