Information about plays

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

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

{
    "id": 3554001,
    "uri": "https://api.kexp.org/v2/plays/3554001/?format=api",
    "airdate": "2025-09-17T01:43:36-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?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": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}