Information about plays

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

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

{
    "id": 3628506,
    "uri": "https://api.kexp.org/v2/plays/3628506/?format=api",
    "airdate": "2026-03-13T20:11:54-07:00",
    "show": 66172,
    "show_uri": "https://api.kexp.org/v2/shows/66172/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jabole",
    "track_id": null,
    "recording_id": "7a349e59-f271-4ee9-b53b-5d04f2a76ab4",
    "artist": "Spinall Ft Oxlade & Ycee",
    "artist_ids": [],
    "album": "Jabole",
    "release_id": null,
    "release_group_id": "3331b57e-3751-3425-9a7c-f196c7cb2466",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}