Information about plays

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

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

{
    "id": 3585429,
    "uri": "https://api.kexp.org/v2/plays/3585429/?format=api",
    "airdate": "2025-12-01T13:26:21-08:00",
    "show": 65263,
    "show_uri": "https://api.kexp.org/v2/shows/65263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mountain Song",
    "track_id": "3f952576-43f2-4af2-a6f6-84fd28cc2f54",
    "recording_id": "8a3ece2d-bfd6-4861-b58b-6769dc176094",
    "artist": "Al Nicol",
    "artist_ids": [
        "33dc9ae0-242c-465b-9b3e-f1a9cea1ff81"
    ],
    "album": "Only Hoping",
    "release_id": "fb3a77c9-1959-42d4-9470-8f54c817748a",
    "release_group_id": "7e96baec-6e79-45f8-be91-1650a8e87527",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-10-02",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The debut album from Nashville-based Al Nicol is a timeless collection of psych-inflected Americana. Produced by Hiss Golden Messenger, Only Hoping features lush instrumentation, rich vocals, and vivid storytelling that transport listeners in a delightful haze.\n\nRead more kexp album reviews: \nhttps://www.kexp.org/read/2025/10/6/new-music-reviews-106/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}