Information about plays

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

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

{
    "id": 3428231,
    "uri": "https://api.kexp.org/v2/plays/3428231/?format=api",
    "airdate": "2024-11-21T10:39:13-08:00",
    "show": 61908,
    "show_uri": "https://api.kexp.org/v2/shows/61908/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Taraval",
    "track_id": "cdbbccb7-f48c-4c3d-808a-7cc531a3817c",
    "recording_id": "1a07d657-5b88-4ff9-8214-e708bc202865",
    "artist": "Freckle",
    "artist_ids": [
        "e90dfa97-d7e6-445d-9115-0c5d655a8b6b"
    ],
    "album": "Taraval",
    "release_id": "db14fc8a-b0a1-4176-be95-f7283893c680",
    "release_group_id": "68abd169-dc54-4412-9db3-ec6c4bf0661b",
    "labels": [
        "God?"
    ],
    "label_ids": [
        "414e3e6f-67c2-41b7-9507-d849d859d56b"
    ],
    "release_date": "2024-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Ty Segall’s got another new band: Freckle, a duo with Color Green guitarist and singer Corey Madden. Freckle will release their self-titled debut on January 31 via Segall’s Drag City imprint, God?\"\n\nhttps://pitchfork.com/news/ty-segall-announces-debut-album-from-new-band-freckle-shares-new-song-listen/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}