Information about plays

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

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

{
    "id": 3595258,
    "uri": "https://api.kexp.org/v2/plays/3595258/?format=api",
    "airdate": "2025-12-24T07:26:50-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Merry Twist-mas",
    "track_id": null,
    "recording_id": "95220230-02e1-4a8b-a86a-956b17a4be83",
    "artist": "The Marcels",
    "artist_ids": [
        "bf34de40-5223-4b4a-9c08-cf170210e041"
    ],
    "album": "Street Corner St. Nicks: A Doo Wop Christmas",
    "release_id": null,
    "release_group_id": "d668328f-08de-40df-890e-e79fc1c627a9",
    "labels": [
        "Rhino Custom Products"
    ],
    "label_ids": [
        "9a714874-6256-42e5-a8ba-771f767b1e62"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Excellent Pittsburgh doo woppers known primarily for their novelty-tinged cover of \"Blue Moon.\" They named themselves after lead vocalist Cornelius Harp's hairstyle: The marcel. https://tinyurl.com/3m9cn6zh",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}