Information about plays

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

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

{
    "id": 3628004,
    "uri": "https://api.kexp.org/v2/plays/3628004/?format=api",
    "airdate": "2026-03-12T05:50:07-07:00",
    "show": 66158,
    "show_uri": "https://api.kexp.org/v2/shows/66158/?format=api",
    "image_uri": "https://coverartarchive.org/release/b70f4513-ffda-337e-9ef5-0219c67ff720/21283981294-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b70f4513-ffda-337e-9ef5-0219c67ff720/21283981294-250.jpg",
    "song": "That's Not My Name",
    "track_id": null,
    "recording_id": "7c993e36-aa6d-4525-8129-f85e52c8f483",
    "artist": "The Ting Tings",
    "artist_ids": [
        "e618770f-e994-41c3-856f-1eedf56b6d74"
    ],
    "album": "We Started Nothing",
    "release_id": null,
    "release_group_id": "fed2893e-e97b-3885-8ca6-da927e0d188f",
    "labels": [
        "Sony BMG Music Entertainment"
    ],
    "label_ids": [
        "f9ada3ae-3081-44df-8581-ca27a3462b68"
    ],
    "release_date": "2008-05-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"That's Not My Name\" by British musical duo the Ting Tings, was released as their debut single. Vocalist Katie White stated that the song was written \"with me ranting about my frustrations with the record industry.\"\n\nWatch the official video here: ttps://www.youtube.com/watch?v=v1c2OfAzDTI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}