Information about plays

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

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

{
    "id": 3575749,
    "uri": "https://api.kexp.org/v2/plays/3575749/?format=api",
    "airdate": "2025-11-08T22:07:12-08:00",
    "show": 65060,
    "show_uri": "https://api.kexp.org/v2/shows/65060/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Easier Said Than Done",
    "track_id": null,
    "recording_id": null,
    "artist": "Coffee Stain",
    "artist_ids": [
        "fb8a79b7-555f-4ac6-a4e3-f862d3d444d2"
    ],
    "album": "Sex Bozo",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bellicose Records"
    ],
    "label_ids": [
        "68d6b2e5-8bbc-4fdd-a1bc-0e901c1ab1c7"
    ],
    "release_date": "2023-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jacksonville, FL band featuring members of Smells Like Paint and Sweater\n\nhttps://bellicoserecords.bandcamp.com/album/sex-bozo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}