Information about plays

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

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

{
    "id": 3586168,
    "uri": "https://api.kexp.org/v2/plays/3586168/?format=api",
    "airdate": "2025-12-03T05:52:13-08:00",
    "show": 65276,
    "show_uri": "https://api.kexp.org/v2/shows/65276/?format=api",
    "image_uri": "https://ia904506.us.archive.org/1/items/mbid-1b0fb958-204a-4fd3-b1da-3d86da3b320d/mbid-1b0fb958-204a-4fd3-b1da-3d86da3b320d-39366630132_thumb500.jpg",
    "thumbnail_uri": "https://ia804506.us.archive.org/1/items/mbid-1b0fb958-204a-4fd3-b1da-3d86da3b320d/mbid-1b0fb958-204a-4fd3-b1da-3d86da3b320d-39366630132_thumb250.jpg",
    "song": "Nothing Would Change",
    "track_id": "844d614d-598f-4d23-9282-5f48e99aac2c",
    "recording_id": "f83381b2-948a-43ba-a41e-0e61c378d2ac",
    "artist": "The Linda Lindas",
    "artist_ids": [
        "ecd00b8b-f697-4d90-8641-6633af356747"
    ],
    "album": "No Obligation",
    "release_id": "1b0fb958-204a-4fd3-b1da-3d86da3b320d",
    "release_group_id": "3fb342bc-2a71-4219-a8ba-8f274fbb4e24",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2024-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Linda Lindas in the KEXP Studio! https://www.youtube.com/watch?v=e3Zle3OI_7A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}