Information about plays

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

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

{
    "id": 3667545,
    "uri": "https://api.kexp.org/v2/plays/3667545/?format=api",
    "airdate": "2026-06-13T21:11:13-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "https://dn721605.ca.archive.org/0/items/mbid-3c84ab32-5cdd-4b1d-85a0-f5e6c21ead71/mbid-3c84ab32-5cdd-4b1d-85a0-f5e6c21ead71-19659033813_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-3c84ab32-5cdd-4b1d-85a0-f5e6c21ead71/mbid-3c84ab32-5cdd-4b1d-85a0-f5e6c21ead71-19659033813_thumb250.jpg",
    "song": "Teenage Nights",
    "track_id": "66887ba7-d07d-31b2-a562-dfdd35c8cedb",
    "recording_id": "386c6f8e-588c-45af-87e1-bc975b0055cf",
    "artist": "The Nice Boys",
    "artist_ids": [
        "c3da7d1d-e991-4e00-a0b9-6f001cc9da0c"
    ],
    "album": "The Nice Boys",
    "release_id": "3c84ab32-5cdd-4b1d-85a0-f5e6c21ead71",
    "release_group_id": "6996dc05-159a-39f4-97cd-b528d8108a4f",
    "labels": [
        "Birdman Records"
    ],
    "label_ids": [
        "92e4764c-8819-4164-aacf-176e1cd6e9e8"
    ],
    "release_date": "2006-08-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Formed by Exploding Hearts guitarist, Terry Six, who was the sole surviving member of the band after a tragic vehicle accident while on tour.\n\nhttps://cokemachineglow.com/records/the-nice-boys/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}