Information about plays

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

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

{
    "id": 3541808,
    "uri": "https://api.kexp.org/v2/plays/3541808/?format=api",
    "airdate": "2025-08-18T22:02:00-07:00",
    "show": 64327,
    "show_uri": "https://api.kexp.org/v2/shows/64327/?format=api",
    "image_uri": "https://coverartarchive.org/release/4a125aab-b5b4-436f-88cb-d6ba3b7e7bfb/35825949434-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4a125aab-b5b4-436f-88cb-d6ba3b7e7bfb/35825949434-250.jpg",
    "song": "Algo Está Pasando",
    "track_id": null,
    "recording_id": null,
    "artist": "Yemanjo",
    "artist_ids": [
        "7c702a82-6f23-4507-a6a1-9ad801e96054"
    ],
    "album": "Botanas",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Axis Mundi"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi pals, welcome to the show!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}