Information about plays

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

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

{
    "id": 3659935,
    "uri": "https://api.kexp.org/v2/plays/3659935/?format=api",
    "airdate": "2026-05-26T19:44:00-07:00",
    "show": 66823,
    "show_uri": "https://api.kexp.org/v2/shows/66823/?format=api",
    "image_uri": "https://coverartarchive.org/release/f46c0040-b545-474f-b4b6-cec8df6ae8eb/24205049712-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f46c0040-b545-474f-b4b6-cec8df6ae8eb/24205049712-250.jpg",
    "song": "Nação África",
    "track_id": null,
    "recording_id": "f93b4354-c0ab-4c81-8bf9-56e11b147538",
    "artist": "Camarão Orkestra",
    "artist_ids": [
        "e71aeb70-d843-47a3-94a3-b4d024e0b227"
    ],
    "album": "Nação África",
    "release_id": null,
    "release_group_id": "c0cad806-759c-4f77-b042-156f8be7f8a4",
    "labels": [
        "Favorite Recordings"
    ],
    "label_ids": [
        "33db1bc6-4501-497c-a7f7-01123956f4d2"
    ],
    "release_date": "2019-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://favoriterecordings.bandcamp.com/album/na-o-frica-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}