Information about plays

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

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

{
    "id": 3581681,
    "uri": "https://api.kexp.org/v2/plays/3581681/?format=api",
    "airdate": "2025-11-22T23:01:58-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "https://coverartarchive.org/release/c1120a2a-8985-4cd0-b1f1-cbba7d6a2b49/19626336038-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c1120a2a-8985-4cd0-b1f1-cbba7d6a2b49/19626336038-250.jpg",
    "song": "Sweatpants Boner",
    "track_id": null,
    "recording_id": "83401f23-43da-45b6-b85b-d1cebc41d048",
    "artist": "The Trashies",
    "artist_ids": [
        "a86b4d28-119a-47b4-9fe6-d0f80e8bb695"
    ],
    "album": "Life Sucks Trash Fuck",
    "release_id": null,
    "release_group_id": "0c5c050e-6757-4c2f-9f45-2f2bb3f7a468",
    "labels": [
        "Mortville Records"
    ],
    "label_ids": [
        "1e3ad4e4-325b-4a66-b8bb-ee363a3f1b4e"
    ],
    "release_date": "2006-09-05",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Guitarist later went on to play in Tacocat\n\nhttps://thetrashies.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}