Information about plays

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

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

{
    "id": 3623177,
    "uri": "https://api.kexp.org/v2/plays/3623177/?format=api",
    "airdate": "2026-02-27T21:05:26-08:00",
    "show": 66046,
    "show_uri": "https://api.kexp.org/v2/shows/66046/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yeno Ntem",
    "track_id": null,
    "recording_id": "6911ed59-8e42-4dc9-935e-a617404c0036",
    "artist": "Nana Fofie",
    "artist_ids": [
        "adcd5e76-a74d-4017-b405-84e87ccaa0ec"
    ],
    "album": "Yeno Ntem",
    "release_id": null,
    "release_group_id": "b618a822-80af-4e54-af29-ccab59ddb573",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nana Fofie, is a 28-year-old singer and songwriter born and raised in the Netherlands of Ghanaian descent.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}