Information about plays

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

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

{
    "id": 3628984,
    "uri": "https://api.kexp.org/v2/plays/3628984/?format=api",
    "airdate": "2026-03-14T21:16:54-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Leglock",
    "track_id": null,
    "recording_id": null,
    "artist": "Dry Socket",
    "artist_ids": [
        "078e4b63-747f-45e3-8bf3-11df848e567e"
    ],
    "album": "Self Defense Techniques",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Get Better Records"
    ],
    "label_ids": [],
    "release_date": "2026-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dry Socket's upcoming sophomore album, Self Defense Techniques is set to release on March 27th.\n\nhttps://drysocketpdx.bandcamp.com/album/self-defense-techniques\nhttps://getbetterrecords.com/collections/dry-socket",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}