Information about plays

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

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

{
    "id": 3543256,
    "uri": "https://api.kexp.org/v2/plays/3543256/?format=api",
    "airdate": "2025-08-22T10:36:41-07:00",
    "show": 64355,
    "show_uri": "https://api.kexp.org/v2/shows/64355/?format=api",
    "image_uri": "https://ia601807.us.archive.org/34/items/mbid-066051db-e9ca-4610-a730-edb557923864/mbid-066051db-e9ca-4610-a730-edb557923864-22328796626_thumb500.jpg",
    "thumbnail_uri": "https://ia801807.us.archive.org/34/items/mbid-066051db-e9ca-4610-a730-edb557923864/mbid-066051db-e9ca-4610-a730-edb557923864-22328796626_thumb250.jpg",
    "song": "Zoo Eyes",
    "track_id": "dc4ceb48-2ac0-4e61-8e8d-4a32be1dd923",
    "recording_id": "5bdebc46-abb6-4d41-8cc3-5493f08d0157",
    "artist": "Aldous Harding",
    "artist_ids": [
        "1d779dfd-d292-48b5-b232-a09687b9881a"
    ],
    "album": "Designer",
    "release_id": "066051db-e9ca-4610-a730-edb557923864",
    "release_group_id": "189a9252-59e5-4395-b745-f690915cf213",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aldous Harding played songs from her album Designer Live on KEXP in 2019: https://www.youtube.com/watch?v=O-_yCMPNNEo&t=1792s\n\nCheck out the beautifully strange music video for this track: https://www.youtube.com/watch?v=pTgyJ8jWD3M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}