Information about plays

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

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

{
    "id": 3627927,
    "uri": "https://api.kexp.org/v2/plays/3627927/?format=api",
    "airdate": "2026-03-12T01:09:27-07:00",
    "show": 66157,
    "show_uri": "https://api.kexp.org/v2/shows/66157/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Could Be This... (The remix) (Morel's That mix)",
    "track_id": null,
    "recording_id": "c021bd89-72b0-40c2-ac0a-1581647ea8ba",
    "artist": "Androgeny Featuring Michael M",
    "artist_ids": [
        "0eba6f26-445c-46d8-8ac0-9396aa22087f",
        "ba24186c-46e8-4f73-9f63-ac5deac98080"
    ],
    "album": "Let's Talk About Me!",
    "release_id": null,
    "release_group_id": "46d0de70-79be-499a-8f08-8173c39f7bc0",
    "labels": [
        "Contraseña Records"
    ],
    "label_ids": [
        "738126ba-20d3-4b6a-8ade-55390b8b6af8"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}