Information about plays

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

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

{
    "id": 3595943,
    "uri": "https://api.kexp.org/v2/plays/3595943/?format=api",
    "airdate": "2025-12-25T17:38:12-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All I Really Want for Christmas",
    "track_id": null,
    "recording_id": "bf86b9bd-54e7-4577-b764-6e24ed778198",
    "artist": "Lil Jon",
    "artist_ids": [
        "a95384b1-6aec-468c-ae0d-8c6daf87c4c2"
    ],
    "album": "All I Really Want for Christmas",
    "release_id": null,
    "release_group_id": "91e4add5-183a-4bca-bf15-a5623a0cdd74",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2018-12-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "feat. The Kool-Aid Man\nI GOTTA!!!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}