Information about plays

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

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

{
    "id": 3619265,
    "uri": "https://api.kexp.org/v2/plays/3619265/?format=api",
    "airdate": "2026-02-18T22:13:09-08:00",
    "show": 65970,
    "show_uri": "https://api.kexp.org/v2/shows/65970/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kum Ba Ya",
    "track_id": null,
    "recording_id": null,
    "artist": "Jackie Verdell",
    "artist_ids": [
        "aaded3cc-35f5-44d6-8b1b-2ca60f6296a8"
    ],
    "album": "Push For Excellence",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Myrrh"
    ],
    "label_ids": [
        "5db5242d-d913-4b41-b174-996c04e6f747"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jesse Jackson formed Operation PUSH (People United to Serve Humanity) in 1971 in Chicago which would later become the Rainbow PUSH Coalition.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}