Information about plays

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

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

{
    "id": 3631300,
    "uri": "https://api.kexp.org/v2/plays/3631300/?format=api",
    "airdate": "2026-03-20T03:14:19-07:00",
    "show": 66227,
    "show_uri": "https://api.kexp.org/v2/shows/66227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ever Since U Left Me",
    "track_id": null,
    "recording_id": null,
    "artist": "French Montana, Max B",
    "artist_ids": [
        "45dc5f07-6609-4760-a933-8c9e0f858d05",
        "372119b0-2350-455f-acd8-6371bc947531"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "3AM TIME MACHINE: 2026!\n\nhttps://www.youtube.com/watch?v=u9rdzKwhxhI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}