Information about plays

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

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

{
    "id": 3631254,
    "uri": "https://api.kexp.org/v2/plays/3631254/?format=api",
    "airdate": "2026-03-19T23:58:23-07:00",
    "show": 66226,
    "show_uri": "https://api.kexp.org/v2/shows/66226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "ALL THE TIME",
    "track_id": null,
    "recording_id": "a455c364-2e59-4058-a711-b0ecb4c60ac0",
    "artist": "Maden Lane",
    "artist_ids": [
        "a66435ba-a80f-4763-b427-229841136c51"
    ],
    "album": "MADEN LANE",
    "release_id": null,
    "release_group_id": "1c8b7089-71eb-484d-a261-885d454649b9",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}