Information about plays

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

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

{
    "id": 3617475,
    "uri": "https://api.kexp.org/v2/plays/3617475/?format=api",
    "airdate": "2026-02-14T18:02:10-08:00",
    "show": 65935,
    "show_uri": "https://api.kexp.org/v2/shows/65935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Town Flirt",
    "track_id": "773c04d8-3abd-423a-9851-88bbaa5f8b66",
    "recording_id": "862ccbda-6732-4137-87fe-3261a23345d1",
    "artist": "The Intelligence",
    "artist_ids": [
        "11ab49a5-fd58-4905-997d-57e70064e893"
    ],
    "album": "Everybody’s Got It Easy But Me",
    "release_id": "5533492f-268b-4c90-a405-5811bffe9d14",
    "release_group_id": "ec10750e-fd4e-46bf-b6cf-5f6cb01b13a1",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This song by Seattle band The Intelligence features Shannon Shaw (of Shannon and the Clams) on vocals!\n\nhttps://the-intelligence.bandcamp.com/album/everybodys-got-it-easy-but-me",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}