Information about plays

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

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

{
    "id": 3595758,
    "uri": "https://api.kexp.org/v2/plays/3595758/?format=api",
    "airdate": "2025-12-25T08:14:23-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas (Baby Please Come Home)",
    "track_id": null,
    "recording_id": "edd7b805-12a3-4c38-98ff-fb185a85417c",
    "artist": "Nation of Language",
    "artist_ids": [
        "88927646-0c28-4b1b-a69e-cb33c400d650"
    ],
    "album": "Christmas (Baby Please Come Home)",
    "release_id": null,
    "release_group_id": "8624305a-d0b4-4dba-80bb-e479c8e0aa31",
    "labels": [
        "Nation of Language"
    ],
    "label_ids": [
        "a5685919-3687-4612-a8e8-5107d568edfd"
    ],
    "release_date": "2024-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of the Darlene Love original\nhttps://nationoflanguage.bandcamp.com/track/christmas-baby-please-come-home\n\nWatch Nation of Language live in our gathering space from 2 years ago!:\nhttps://www.youtube.com/watch?v=gTla9xP9atk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}