Information about plays

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

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

{
    "id": 3618894,
    "uri": "https://api.kexp.org/v2/plays/3618894/?format=api",
    "airdate": "2026-02-18T00:41:53-08:00",
    "show": 65962,
    "show_uri": "https://api.kexp.org/v2/shows/65962/?format=api",
    "image_uri": "https://dn711007.ca.archive.org/0/items/mbid-cfa9feb3-bede-46fc-8d4f-4c2aa69e703d/mbid-cfa9feb3-bede-46fc-8d4f-4c2aa69e703d-6070655244_thumb500.jpg",
    "thumbnail_uri": "https://dn711007.ca.archive.org/0/items/mbid-cfa9feb3-bede-46fc-8d4f-4c2aa69e703d/mbid-cfa9feb3-bede-46fc-8d4f-4c2aa69e703d-6070655244_thumb250.jpg",
    "song": "Out Getting RIbs",
    "track_id": "c64debf6-9917-4dc7-9c38-53529439f387",
    "recording_id": "ad99994f-967b-4cf9-b3e6-771d35821b62",
    "artist": "King Krule",
    "artist_ids": [
        "c0daae21-ec2a-4dd0-a323-4f53f5945d04"
    ],
    "album": "6 Feet Beneath the Moon",
    "release_id": "cfa9feb3-bede-46fc-8d4f-4c2aa69e703d",
    "release_group_id": "6b07822f-3308-430d-97d1-736ce3b0575f",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2013-08-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}