Information about plays

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

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

{
    "id": 3545449,
    "uri": "https://api.kexp.org/v2/plays/3545449/?format=api",
    "airdate": "2025-08-27T10:19:40-07:00",
    "show": 64401,
    "show_uri": "https://api.kexp.org/v2/shows/64401/?format=api",
    "image_uri": "https://ia801300.us.archive.org/15/items/mbid-93a79320-49ec-438c-a2c9-da89b9a4eaff/mbid-93a79320-49ec-438c-a2c9-da89b9a4eaff-12530781429_thumb500.jpg",
    "thumbnail_uri": "https://ia801300.us.archive.org/15/items/mbid-93a79320-49ec-438c-a2c9-da89b9a4eaff/mbid-93a79320-49ec-438c-a2c9-da89b9a4eaff-12530781429_thumb250.jpg",
    "song": "Harvest Moon",
    "track_id": "cb049e72-7288-34cb-af39-00b92c73b41b",
    "recording_id": "fac1e19c-bb3a-4d55-905e-3b89f6b1c9e5",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Harvest Moon",
    "release_id": "93a79320-49ec-438c-a2c9-da89b9a4eaff",
    "release_group_id": "6c153d3a-cf36-37ea-8409-0e48b428315f",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Valerie in Dallas, TX (for husband Austin who is celebrating a 41st birthday today)!\n\n\"Hi! I’d like to request 'harvest moon' as this was my wedding song.  my husband, Austin, and I are celebrating his 41st birthday with our new 3 month old baby, Penelope, in our arms. I choose to amplify because it's more important than ever to support independent media. I will never stop! Keep going yall. Love, Valerie from Dallas\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}