Information about plays

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

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

{
    "id": 3612775,
    "uri": "https://api.kexp.org/v2/plays/3612775/?format=api",
    "airdate": "2026-02-03T17:05:10-08:00",
    "show": 65832,
    "show_uri": "https://api.kexp.org/v2/shows/65832/?format=api",
    "image_uri": "https://ia801607.us.archive.org/24/items/mbid-80984652-33df-32a9-a2bd-4812cf14eed3/mbid-80984652-33df-32a9-a2bd-4812cf14eed3-2573277775_thumb500.jpg",
    "thumbnail_uri": "https://ia601607.us.archive.org/24/items/mbid-80984652-33df-32a9-a2bd-4812cf14eed3/mbid-80984652-33df-32a9-a2bd-4812cf14eed3-2573277775_thumb250.jpg",
    "song": "This Charming Man",
    "track_id": "872e2754-ee70-38bb-8cb9-8c82917dbb6a",
    "recording_id": "da0e7052-0c6c-4b1e-b936-b3c0d6ad4f74",
    "artist": "The Smiths",
    "artist_ids": [
        "40f5d9e4-2de7-4f2d-ad41-e31a9a9fea27"
    ],
    "album": "The Smiths",
    "release_id": "80984652-33df-32a9-a2bd-4812cf14eed3",
    "release_group_id": "91811b68-aa6e-35b3-a5e1-6a2733eb6ae9",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1987-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guitarist Johnny Marr composed this especially for a BBC radio session with the DJ John Peel, who championed the band. For these \"Peel Sessions,\" bands were granted three hours of studio time to record a few songs with minimal overdubbing, which Peel would play exclusively. Marr recalled to Guitar Player in 1990: \"I remember writing it, it was in preparation for a John Peel single. I wrote it the same night as 'Pretty Girls Make Graves' and 'Still Ill.'\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}