Information about plays

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

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

{
    "id": 3641370,
    "uri": "https://api.kexp.org/v2/plays/3641370/?format=api",
    "airdate": "2026-04-13T00:32:56-07:00",
    "show": 66438,
    "show_uri": "https://api.kexp.org/v2/shows/66438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Leave Behind",
    "track_id": null,
    "recording_id": "44d432ff-103c-463e-b334-2bd09fa3a903",
    "artist": "Eddie the Wheel",
    "artist_ids": [
        "11f920da-e0f9-4b3c-8a08-b0a610fd3637"
    ],
    "album": "Radio Universe",
    "release_id": null,
    "release_group_id": "d6543bdc-a65c-3812-98ce-0b945e6897be",
    "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"
}