Information about plays

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

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

{
    "id": 3639268,
    "uri": "https://api.kexp.org/v2/plays/3639268/?format=api",
    "airdate": "2026-04-08T01:38:51-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://ia800202.us.archive.org/35/items/mbid-33805930-0d29-413d-bb84-6a7aea97a842/mbid-33805930-0d29-413d-bb84-6a7aea97a842-9795223619_thumb500.jpg",
    "thumbnail_uri": "https://dn711007.ca.archive.org/0/items/mbid-33805930-0d29-413d-bb84-6a7aea97a842/mbid-33805930-0d29-413d-bb84-6a7aea97a842-9795223619_thumb250.jpg",
    "song": "Broken Talk",
    "track_id": "39ae3a67-069f-4abd-8065-1865f26ddfce",
    "recording_id": "25308a59-76d7-4f94-9c04-d546a1cafcd4",
    "artist": "Gang of Four feat. Alison Mosshart",
    "artist_ids": [
        "d8661c02-f423-4d72-8044-40ff05daf7a1",
        "054f94f3-2a75-480b-b417-d817cdbcf6f6"
    ],
    "album": "What Happens Next",
    "release_id": "33805930-0d29-413d-bb84-6a7aea97a842",
    "release_group_id": "753f3296-c8ff-426c-88a6-c5d81246d178",
    "labels": [
        "Metropolis Records"
    ],
    "label_ids": [
        "55305fee-ba51-4dd5-afee-73c242b8046b"
    ],
    "release_date": "2015-02-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}