Information about plays

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

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

{
    "id": 3576420,
    "uri": "https://api.kexp.org/v2/plays/3576420/?format=api",
    "airdate": "2025-11-10T12:24:02-08:00",
    "show": 65073,
    "show_uri": "https://api.kexp.org/v2/shows/65073/?format=api",
    "image_uri": "https://dn721902.ca.archive.org/0/items/mbid-84e8e0b6-b652-4901-8304-cab7c44ef854/mbid-84e8e0b6-b652-4901-8304-cab7c44ef854-7952374984_thumb500.jpg",
    "thumbnail_uri": "https://dn721902.ca.archive.org/0/items/mbid-84e8e0b6-b652-4901-8304-cab7c44ef854/mbid-84e8e0b6-b652-4901-8304-cab7c44ef854-7952374984_thumb250.jpg",
    "song": "Red Hand",
    "track_id": "5acb2714-87d8-4b7b-830c-8ad815493c51",
    "recording_id": "26e0a4be-096e-4b87-adb0-e904b86ec2a4",
    "artist": "Owl John",
    "artist_ids": [
        "5da6240e-a64c-46c9-b126-a13ec4e64728"
    ],
    "album": "Owl John",
    "release_id": "ae0331db-a173-4c60-9101-050fbc8d1e2c",
    "release_group_id": "8b670ff7-facc-4118-bdb3-c6b92e56cc87",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2014-08-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rest in peace, Scott Hutchison. The Frightened Rabbit frontman passed away in 2018.\n\nOwl John was Scott Hutchison's solo project. The self-titled 2014 album was his only release under this moniker. \n\nOwl John played Live on KEXP back in 2014: https://www.youtube.com/watch?v=U9O5vg0yCYA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}