Information about plays

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

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

{
    "id": 3605095,
    "uri": "https://api.kexp.org/v2/plays/3605095/?format=api",
    "airdate": "2026-01-16T12:48:58-08:00",
    "show": 65665,
    "show_uri": "https://api.kexp.org/v2/shows/65665/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Venus",
    "track_id": "3e6c2d28-e8f1-42fd-a74e-aefa71021cf2",
    "recording_id": "5226247e-19fe-4baa-bc8a-8e65f6fa9ce2",
    "artist": "Neptuna",
    "artist_ids": [
        "012981e3-4eb5-4f21-bf67-710d4ebe985b"
    ],
    "album": "Orbitando",
    "release_id": "f9fd2111-08f9-45aa-a882-5b93ea2e864f",
    "release_group_id": "37892601-120d-4720-bff4-fbc44e8e0300",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2022-11-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Mexico, Neptuna's most recent release is the Lútea album from October! They've been around since 2017, when they released their debut EP, Demo. \n\nhttps://neptuna.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}