Information about plays

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

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

{
    "id": 3619491,
    "uri": "https://api.kexp.org/v2/plays/3619491/?format=api",
    "airdate": "2026-02-19T11:35:40-08:00",
    "show": 65974,
    "show_uri": "https://api.kexp.org/v2/shows/65974/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Need to Know More About You",
    "track_id": "a910803a-98e8-46a2-a109-80139aef9130",
    "recording_id": "620b700f-f3a3-4927-8b2e-efaa0b533bc2",
    "artist": "Fuzz Kit",
    "artist_ids": [
        "99a582ea-ff9a-45ba-9f4e-9b884b0a82d9"
    ],
    "album": "I Need to Know More About You",
    "release_id": "20f0c77d-a311-45b6-a154-d0d057874a64",
    "release_group_id": "da54ea66-0042-4379-9b7d-b87a9abeea4b",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-03-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fuzz Kit are a post-punk band from the SF Bay Area (Richmond, CA), composed of Elaine Blakeley (vocals, guitar) and\nAnne Martin (drums, vocals).\n---\nGo right here to purchase this 2024 single: https://fuzzkit.bandcamp.com/track/i-need-to-know-more-about-you",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}