Information about plays

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

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

{
    "id": 3593723,
    "uri": "https://api.kexp.org/v2/plays/3593723/?format=api",
    "airdate": "2025-12-20T23:03:11-08:00",
    "show": 65434,
    "show_uri": "https://api.kexp.org/v2/shows/65434/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Hate You This Christmas",
    "track_id": null,
    "recording_id": "bd2768de-f60f-45dc-9534-ab86dfa65b19",
    "artist": "Kate Nash feat. The Tuts",
    "artist_ids": [
        "49018fd2-95ef-4f7e-92bb-813159909314",
        "e989a0df-e49f-4f45-9bc7-c21fc5e7a974"
    ],
    "album": "Have Faith With Kate Nash This Christmas",
    "release_id": null,
    "release_group_id": "edd49f25-3294-4fc9-8528-ba5f3bf596ee",
    "labels": [
        "Have 10p Records"
    ],
    "label_ids": [
        "031d87ed-8b77-47c7-9eb6-9e36cf6d7800"
    ],
    "release_date": "2013-11-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song \"I Hate You This Christmas\" is part of Kate Nash's 2013 holiday EP, \"Have Faith with Kate Nash This Christmas\" https://katenashmusic.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}