Information about plays

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

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

{
    "id": 3582950,
    "uri": "https://api.kexp.org/v2/plays/3582950/?format=api",
    "airdate": "2025-11-25T20:31:57-08:00",
    "show": 65210,
    "show_uri": "https://api.kexp.org/v2/shows/65210/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Highway",
    "track_id": "90abd376-2631-4ac5-81d2-b2afeafb4132",
    "recording_id": "a840b9ec-093c-4af9-adc0-27fb7a6cac5f",
    "artist": "St. Panther",
    "artist_ids": [
        "608968bb-6d28-4ab3-a912-317275456f5c"
    ],
    "album": "These Days",
    "release_id": "3e64c7c8-c0e4-46e2-aa8a-c4f49d1892fb",
    "release_group_id": "20582545-8074-4148-85a9-7a535b070cd1",
    "labels": [
        "Nice Life"
    ],
    "label_ids": [
        "b977b21d-9a0d-4cb0-8f18-586d1d449a50"
    ],
    "release_date": "2020-09-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Irvine-born singer, producer and multi-instrumentalist Daniela Bojorges-Giraldo performs as St. Panther.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}