Information about plays

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

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

{
    "id": 3604861,
    "uri": "https://api.kexp.org/v2/plays/3604861/?format=api",
    "airdate": "2026-01-15T23:36:52-08:00",
    "show": 65661,
    "show_uri": "https://api.kexp.org/v2/shows/65661/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can’t Hold Us",
    "track_id": "70fae015-80c7-4a75-a92d-003585b1e6cb",
    "recording_id": "033f9294-a50b-4e13-81ea-5ff0fe5b68b4",
    "artist": "Sampa the Great feat. Mwanjé",
    "artist_ids": [
        "9d79c790-9897-464e-aef0-db5bd3290f00",
        "07cf4341-4e6c-4861-88c1-12b5999b7903"
    ],
    "album": "Can’t Hold Us",
    "release_id": "2790e713-52d3-4d74-8458-30173f58e290",
    "release_group_id": "889e0f13-43cd-446a-afe4-c5937960d3f3",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}