Information about plays

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

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

{
    "id": 3629262,
    "uri": "https://api.kexp.org/v2/plays/3629262/?format=api",
    "airdate": "2026-03-15T12:25:18-07:00",
    "show": 66188,
    "show_uri": "https://api.kexp.org/v2/shows/66188/?format=api",
    "image_uri": "https://coverartarchive.org/release/b5ec333f-7d54-47f2-b91a-14e6a8a6a132/14752810088-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b5ec333f-7d54-47f2-b91a-14e6a8a6a132/14752810088-250.jpg",
    "song": "Waiting",
    "track_id": null,
    "recording_id": "6fae316e-0106-43ea-b86f-0754ad4a9dd8",
    "artist": "Clinton Fearon",
    "artist_ids": [
        "a35b742a-be8f-4952-8417-2df7ad997216"
    ],
    "album": "This Morning",
    "release_id": null,
    "release_group_id": "324ad5bc-91ce-4340-9eec-f5507dbf9451",
    "labels": [
        "Boogie Brown Productions"
    ],
    "label_ids": [
        "8778cadc-2503-45f1-bdf6-898790f214b3"
    ],
    "release_date": "2016-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "http://www.clintonfearon.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}