Information about plays

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

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

{
    "id": 3623019,
    "uri": "https://api.kexp.org/v2/plays/3623019/?format=api",
    "airdate": "2026-02-27T14:15:44-08:00",
    "show": 66044,
    "show_uri": "https://api.kexp.org/v2/shows/66044/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "With No Definite Future and No Purpose Other Than to Prevail Somehow...",
    "track_id": "51bc80a1-1b5b-3e96-a039-3b5e010c589d",
    "recording_id": "ef84fc18-130b-4dec-ae8f-311d5e77d3a0",
    "artist": "The Mermen",
    "artist_ids": [
        "30ca33c0-a703-425a-8d96-599e38732409"
    ],
    "album": "A Glorious Lethal Euphoria",
    "release_id": "cf6b3110-9bd8-4d5b-8161-9fab56300e1d",
    "release_group_id": "776e88e6-9ed7-376b-a4e1-aaf2dcc71cb7",
    "labels": [
        "Toadophile Records"
    ],
    "label_ids": [
        "ed942488-468b-44b3-8970-aac5fea3f3ea"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Zach!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}