Information about plays

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

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

{
    "id": 3639914,
    "uri": "https://api.kexp.org/v2/plays/3639914/?format=api",
    "airdate": "2026-04-09T14:23:12-07:00",
    "show": 66408,
    "show_uri": "https://api.kexp.org/v2/shows/66408/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Caught You Lying Again",
    "track_id": null,
    "recording_id": "466aa003-5434-4504-9395-60068bca0445",
    "artist": "Joe Thomas",
    "artist_ids": [
        "9ff469e2-43f5-43d6-aaac-63c6c00b7db2"
    ],
    "album": "Make Your Move",
    "release_id": null,
    "release_group_id": "6daf3796-c8c6-4926-b75e-fcad65d67e25",
    "labels": [
        "Lester Radio Corporation"
    ],
    "label_ids": [
        "94598f70-915e-4720-bf83-4f5611774eef"
    ],
    "release_date": "1979-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beck sampled multiple elements of this song for 1996's \"Novacane.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}