Information about plays

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

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

{
    "id": 3546455,
    "uri": "https://api.kexp.org/v2/plays/3546455/?format=api",
    "airdate": "2025-08-29T21:19:17-07:00",
    "show": 64421,
    "show_uri": "https://api.kexp.org/v2/shows/64421/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Plan Bɛ̃n? (Which Plan?)",
    "track_id": null,
    "recording_id": "f608ceaf-dc73-40ab-90b6-87726ec2d0fb",
    "artist": "Reggie Rockstone",
    "artist_ids": [
        "1b54f3c7-ed24-4fd0-be86-bd2a669850a3"
    ],
    "album": "Me Na Me Kae",
    "release_id": null,
    "release_group_id": "e3cb43ab-d03d-41bf-815e-272f701300c2",
    "labels": [],
    "label_ids": [],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reggie Rockstone is a Ghanaian rapper. He was born in the United Kingdom but lived his early years in Kumasi and Accra. He has been living in Ghana continuously since he pioneered the Hip-Life movement in 1994.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}