Information about plays

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

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

{
    "id": 3617116,
    "uri": "https://api.kexp.org/v2/plays/3617116/?format=api",
    "airdate": "2026-02-13T21:05:43-08:00",
    "show": 65925,
    "show_uri": "https://api.kexp.org/v2/shows/65925/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Otoolege",
    "track_id": null,
    "recording_id": "c5fb5ee3-07c9-49f7-807f-ef5aab56d3fb",
    "artist": "Ofori Amponsah",
    "artist_ids": [
        "ca71ce3b-d853-465b-abb8-e23cc5aa67e9"
    ],
    "album": "Otoolege",
    "release_id": null,
    "release_group_id": "89c1be4e-78d8-4472-aab6-c297ba059abe",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ofori Amponsah is a Ghanaian Hip life artist. Otoolege was released in 2010.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}