Information about plays

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

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

{
    "id": 3522920,
    "uri": "https://api.kexp.org/v2/plays/3522920/?format=api",
    "airdate": "2025-07-05T10:09:18-07:00",
    "show": 63927,
    "show_uri": "https://api.kexp.org/v2/shows/63927/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Man Kind (live)",
    "track_id": null,
    "recording_id": "cd5211d2-dfb8-49e1-b319-1f6de5a0a959",
    "artist": "Misty in Roots",
    "artist_ids": [
        "969ce10f-9ade-47fe-8869-27905d3e9344"
    ],
    "album": "Roots Controller",
    "release_id": null,
    "release_group_id": "249cdc9f-15ff-3c1c-b539-4a0f97c9dfac",
    "labels": [],
    "label_ids": [],
    "release_date": "2002-07-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Misty in Roots are a British roots reggae band formed in Southall, London, in the mid 1970s. Their first album was 1979's Live at the Counter Eurovision, a record full of Rastafarian songs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}