Information about plays

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

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

{
    "id": 3570740,
    "uri": "https://api.kexp.org/v2/plays/3570740/?format=api",
    "airdate": "2025-10-27T20:56:24-07:00",
    "show": 64952,
    "show_uri": "https://api.kexp.org/v2/shows/64952/?format=api",
    "image_uri": "https://coverartarchive.org/release/231dff29-9cd1-47b8-9ce3-f057ec03ec39/35317102930-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/231dff29-9cd1-47b8-9ce3-f057ec03ec39/35317102930-250.jpg",
    "song": "Smack Yo’",
    "track_id": null,
    "recording_id": "c2874e5b-f78c-4d6f-bfe1-bec1d019af65",
    "artist": "Beltran",
    "artist_ids": [
        "355be781-1147-41d9-8ac7-5690ea1578c3"
    ],
    "album": "Smack Yo’",
    "release_id": null,
    "release_group_id": "f25e0655-ef4e-47f5-8848-f35e36c44c94",
    "labels": [
        "Solid Grooves Raw"
    ],
    "label_ids": [
        "f1034b42-5d58-4f0a-95d8-0a7cbffcee83"
    ],
    "release_date": "2022-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Brazil!\n\nhttps://www.youtube.com/watch?v=b8Qb0qwSaM0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}