Information about plays

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

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

{
    "id": 3554040,
    "uri": "https://api.kexp.org/v2/plays/3554040/?format=api",
    "airdate": "2025-09-17T03:59:19-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "https://ia902801.us.archive.org/19/items/mbid-204eef1c-aa47-4831-92a3-9a883344209c/mbid-204eef1c-aa47-4831-92a3-9a883344209c-25445685849_thumb500.jpg",
    "thumbnail_uri": "https://ia802801.us.archive.org/19/items/mbid-204eef1c-aa47-4831-92a3-9a883344209c/mbid-204eef1c-aa47-4831-92a3-9a883344209c-25445685849_thumb250.jpg",
    "song": "I Wanna Be Free",
    "track_id": "e9d5ce81-42d1-3f09-bc70-507d3736a738",
    "recording_id": "d33af564-1170-4f5e-9631-f687bc5a6973",
    "artist": "Loretta Lynn",
    "artist_ids": [
        "613260c3-d620-4645-94cd-33cd55f29b1e"
    ],
    "album": "Honky Tonk Girl: The Loretta Lynn Collection",
    "release_id": "204eef1c-aa47-4831-92a3-9a883344209c",
    "release_group_id": "39a9ba52-d611-373a-8bbd-4fdc186da7c3",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1994-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1971",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}