Information about plays

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

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

{
    "id": 3636364,
    "uri": "https://api.kexp.org/v2/plays/3636364/?format=api",
    "airdate": "2026-04-01T08:11:10-07:00",
    "show": 66336,
    "show_uri": "https://api.kexp.org/v2/shows/66336/?format=api",
    "image_uri": "https://dn711207.ca.archive.org/0/items/mbid-703a1d33-07b3-4cba-ac39-24e11bec4400/mbid-703a1d33-07b3-4cba-ac39-24e11bec4400-13754313355_thumb500.jpg",
    "thumbnail_uri": "https://dn711207.ca.archive.org/0/items/mbid-703a1d33-07b3-4cba-ac39-24e11bec4400/mbid-703a1d33-07b3-4cba-ac39-24e11bec4400-13754313355_thumb250.jpg",
    "song": "Pop Muzik",
    "track_id": "92b7b786-7ed7-3bb2-b354-77bad5ed7ff6",
    "recording_id": "e4ec124c-c86a-4940-a5fb-a867c551c27e",
    "artist": "M",
    "artist_ids": [
        "4a9ee375-8d75-41f5-b315-a94293a2a07d"
    ],
    "album": "Just Say Yes, Volume VI: Just Say Yesterday",
    "release_id": "703a1d33-07b3-4cba-ac39-24e11bec4400",
    "release_group_id": "9d0bc094-eab7-3460-aba6-c5befae89eca",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1992-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "M is the British musician Robin Scott, who wrote, produced and sang lead on this track. Scott said about \"Pop Muzik,\" \"It’s a hybrid of new wave and disco – it’s funny how something built to be quickly obsolete has become a classic. I kept in touch with [David] Bowie and he asked: “How do you create a crossover record like that?” I’d love to think it sowed a seed for 'Let’s Dance.'\"\n--\nLearn how M made this song: https://tinyurl.com/2skz3c5v (The Guardian)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}