Information about plays

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

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

{
    "id": 3568864,
    "uri": "https://api.kexp.org/v2/plays/3568864/?format=api",
    "airdate": "2025-10-23T08:46:13-07:00",
    "show": 64910,
    "show_uri": "https://api.kexp.org/v2/shows/64910/?format=api",
    "image_uri": "https://ia600902.us.archive.org/19/items/mbid-0d254a8b-9be5-4019-a444-860b1da0a339/mbid-0d254a8b-9be5-4019-a444-860b1da0a339-10932678034_thumb500.jpg",
    "thumbnail_uri": "https://ia800902.us.archive.org/19/items/mbid-0d254a8b-9be5-4019-a444-860b1da0a339/mbid-0d254a8b-9be5-4019-a444-860b1da0a339-10932678034_thumb250.jpg",
    "song": "White Wedding, Part 1",
    "track_id": "cce9c47f-37c2-31a2-a8ce-eaeb1fb82f5d",
    "recording_id": "f0dbbefb-d7ec-4de9-b0f9-91b74efcfc44",
    "artist": "Billy Idol",
    "artist_ids": [
        "47c8f88b-987a-4b64-9175-2b1b57809727"
    ],
    "album": "Billy Idol",
    "release_id": "0d254a8b-9be5-4019-a444-860b1da0a339",
    "release_group_id": "e47df7d5-5be0-396a-a35d-a759d336d094",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1982: Billy Idol released \"White Wedding\" as the second single from his self-titled studio album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}