Information about plays

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

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

{
    "id": 3619564,
    "uri": "https://api.kexp.org/v2/plays/3619564/?format=api",
    "airdate": "2026-02-19T15:21:35-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Draining",
    "track_id": null,
    "recording_id": "8924ccc4-fd18-49a5-a750-6f0b1641272b",
    "artist": "Lee Dorsey",
    "artist_ids": [
        "23388f69-9c11-44a6-b832-b9071db3423e"
    ],
    "album": "Night People",
    "release_id": null,
    "release_group_id": "4c9fee63-6ebb-3439-a7e0-755eb1d311ca",
    "labels": [
        "ABC Records"
    ],
    "label_ids": [
        "c3e5d5a2-53f2-4eab-9641-23d61e511928"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Allen Toussaint wrote and produced this Lee Dorsey song. The song was sampled by Count Bass D in \"Quite Buttery.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}