Information about plays

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

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

{
    "id": 3545443,
    "uri": "https://api.kexp.org/v2/plays/3545443/?format=api",
    "airdate": "2025-08-27T09:57:30-07:00",
    "show": 64400,
    "show_uri": "https://api.kexp.org/v2/shows/64400/?format=api",
    "image_uri": "https://ia802300.us.archive.org/32/items/mbid-9397905d-a8e2-43c3-afcb-868bc5dcd287/mbid-9397905d-a8e2-43c3-afcb-868bc5dcd287-30606584572_thumb500.jpg",
    "thumbnail_uri": "https://ia802300.us.archive.org/32/items/mbid-9397905d-a8e2-43c3-afcb-868bc5dcd287/mbid-9397905d-a8e2-43c3-afcb-868bc5dcd287-30606584572_thumb250.jpg",
    "song": "I'm Free (7\" version)",
    "track_id": "0d611c3b-5c47-3903-963d-a9f0b059237e",
    "recording_id": "3f7e21b4-fa44-4c82-b760-0ddc4127c164",
    "artist": "The Soup Dragons",
    "artist_ids": [
        "5c42c9cf-5833-41d8-b600-177e70894046"
    ],
    "album": "I'm Free",
    "release_id": "9397905d-a8e2-43c3-afcb-868bc5dcd287",
    "release_group_id": "1ed368b8-2767-3705-b5f5-b0abc3539185",
    "labels": [
        "Big Life"
    ],
    "label_ids": [
        "76dac7b0-2f18-4b10-bb07-5be955aadaa7"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi there! I’m an Amplifier and want to hear Soup Dragons - \"I’m Free\" from Love God. Ty!\n\nOphir in Seattle\n\n-----------------------\n\nHappy Amplifiers Love Day! Continuing all day--send in your requests and stories for us to share on the air! Go to KEXP.ORG (https://kexp.org/) to learn more!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}