Information about plays

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

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

{
    "id": 3621288,
    "uri": "https://api.kexp.org/v2/plays/3621288/?format=api",
    "airdate": "2026-02-23T13:06:51-08:00",
    "show": 66012,
    "show_uri": "https://api.kexp.org/v2/shows/66012/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Best Friend (Joe Goddard remix)",
    "track_id": "d3370ad3-17e1-4d3c-9ab2-6b9a6c77b98d",
    "recording_id": "f350333c-af98-4ade-819e-4bc131ba697e",
    "artist": "Friedberg",
    "artist_ids": [
        "787e7ec8-6cbb-4a31-8ad3-be14c7f4662e"
    ],
    "album": "My Best Friend (Joe Goddard remix)",
    "release_id": "b8d18547-9e77-4599-8ca5-ada42185eedf",
    "release_group_id": "89c71557-ce44-4f9c-b34a-b74f3a264111",
    "labels": [
        "Clouds Hill"
    ],
    "label_ids": [
        "bb2839af-9170-481a-bc6f-db97a4e78cf0"
    ],
    "release_date": "2025-03-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Friedberg is an four-piece, formed by singer, guitarist, and master of cowbells Anna Friedberg. This single was remixed by Joe Goddard, a founding member of Hot Chip.\n\nhttps://friedberg.bandcamp.com/track/my-best-friend-joe-goddard-remix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}