Information about plays

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

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

{
    "id": 3672745,
    "uri": "https://api.kexp.org/v2/plays/3672745/?format=api",
    "airdate": "2026-06-26T09:05:08-07:00",
    "show": 67090,
    "show_uri": "https://api.kexp.org/v2/shows/67090/?format=api",
    "image_uri": "https://dn710702.ca.archive.org/0/items/mbid-c5c25c36-4124-4d44-98d4-e6042e1d6179/mbid-c5c25c36-4124-4d44-98d4-e6042e1d6179-7714940291_thumb500.jpg",
    "thumbnail_uri": "https://dn710702.ca.archive.org/0/items/mbid-c5c25c36-4124-4d44-98d4-e6042e1d6179/mbid-c5c25c36-4124-4d44-98d4-e6042e1d6179-7714940291_thumb250.jpg",
    "song": "The Reflex",
    "track_id": "d24fa80b-438c-303c-a502-ca747861aece",
    "recording_id": "70e2fe3c-8347-4cfe-aa5b-c05e7b1a448f",
    "artist": "Duran Duran",
    "artist_ids": [
        "1a1cd7f3-e5df-4eca-bae2-2757c9e656b5"
    ],
    "album": "Seven and the Ragged Tiger",
    "release_id": "c5c25c36-4124-4d44-98d4-e6042e1d6179",
    "release_group_id": "c574bd67-dbac-352a-8783-cb5a43b369cc",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Kelly in Vancouver, WA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}