Information about plays

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

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

{
    "id": 3596459,
    "uri": "https://api.kexp.org/v2/plays/3596459/?format=api",
    "airdate": "2025-12-26T21:43:59-08:00",
    "show": 65481,
    "show_uri": "https://api.kexp.org/v2/shows/65481/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Holy Ghost",
    "track_id": null,
    "recording_id": "f37a82d0-d173-4bc8-9a2e-93c9bf8292ce",
    "artist": "Omah Lay",
    "artist_ids": [
        "b63bd4fd-2050-4c92-a237-576f6f6c97cb"
    ],
    "album": "Holy Ghost",
    "release_id": null,
    "release_group_id": "0948ebb8-46d5-4693-affb-2f7eccd08cda",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Since hearing holy ghost on your show I have not stopped supporting Omah Lay, Super talented kid!\" Dre in Oak\n\nKnown for blending emotional storytelling with infectious melodies his style mixes Afrobeats with soulful R&B and alt-pop elements. The result is raw, personal, and authentic music listeners relate to!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}