Information about plays

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

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

{
    "id": 3521674,
    "uri": "https://api.kexp.org/v2/plays/3521674/?format=api",
    "airdate": "2025-07-02T14:31:38-07:00",
    "show": 63900,
    "show_uri": "https://api.kexp.org/v2/shows/63900/?format=api",
    "image_uri": "https://ia803109.us.archive.org/28/items/mbid-06c00d7f-f4f3-3909-9911-0774030d21ff/mbid-06c00d7f-f4f3-3909-9911-0774030d21ff-24891409803_thumb500.jpg",
    "thumbnail_uri": "https://ia803109.us.archive.org/28/items/mbid-06c00d7f-f4f3-3909-9911-0774030d21ff/mbid-06c00d7f-f4f3-3909-9911-0774030d21ff-24891409803_thumb250.jpg",
    "song": "EXP",
    "track_id": "80102aae-ae6a-34c0-b6eb-90355ee324b0",
    "recording_id": "45efc6c9-3272-49ac-b53e-5c2adf63ee85",
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Axis: Bold as Love",
    "release_id": "06c00d7f-f4f3-3909-9911-0774030d21ff",
    "release_group_id": "d0b1e21e-cef6-4575-8d92-1afea1894ca3",
    "labels": [
        "Experience Hendrix"
    ],
    "label_ids": [
        "5677c51a-a6d3-4ce6-abab-d9699c46f5f4"
    ],
    "release_date": "1997-04-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Good evening, ladies and gentleman\nWelcome to radio station EXP\nTonight we are featuring an interview\nWith a very peculiar looking gentleman\nWho goes by the name Mr. Paul Caruso...\"\n\nMitch Mitchell interview his bandmate Jimi Hendrix here: https://genius.com/The-jimi-hendrix-experience-exp-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}