Information about plays

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

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

{
    "id": 3595618,
    "uri": "https://api.kexp.org/v2/plays/3595618/?format=api",
    "airdate": "2025-12-25T01:48:33-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "https://coverartarchive.org/release/697c33bd-ddab-4b87-920c-d3e8af7128af/3416724091-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/697c33bd-ddab-4b87-920c-d3e8af7128af/3416724091-250.jpg",
    "song": "Christmas in the City",
    "track_id": null,
    "recording_id": "3c40f27c-3115-42d6-bb1e-3e514a24b589",
    "artist": "Mary J. Blige featuring Angie Martinez",
    "artist_ids": [
        "db76c5ca-d555-4f09-b1db-baa1b713d875",
        "8985348a-1024-4c99-b284-19d3b983e1f4"
    ],
    "album": "A Very Special Christmas 3",
    "release_id": null,
    "release_group_id": "1f3eaa62-b1f0-3ec8-9281-97ab138ab89e",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1997-10-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Very Special Christmas 3 is the third in the A Very Special Christmas series of Christmas-themed compilation albums produced to benefit the Special Olympics.\nhttps://www.youtube.com/watch?v=J0qY3yUIghw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}