Information about plays

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

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

{
    "id": 3605757,
    "uri": "https://api.kexp.org/v2/plays/3605757/?format=api",
    "airdate": "2026-01-17T23:18:09-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Unamerican",
    "track_id": null,
    "recording_id": "e155d85a-ce35-4805-9b00-f251c624ef8f",
    "artist": "Dead Sara",
    "artist_ids": [
        "0f4fa442-3e9c-4355-8e17-a39386a52077"
    ],
    "album": "Temporary Things Taking Up Space",
    "release_id": null,
    "release_group_id": "fe59e081-efc0-4d51-ba11-4b64d82f59d1",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2018-06-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in LA in 2002 as Epiphany before changing their name to Dead Sara in 2005.\n\nYou can check out the video for this song by following the link below:\n\nhttps://youtu.be/Amc9UAAy-NM?si=AvRD2SqUlUTS8VbL\n\nhttps://deadsara.com/\nhttps://www.instagram.com/deadsara/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}