Information about plays

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

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

{
    "id": 3544520,
    "uri": "https://api.kexp.org/v2/plays/3544520/?format=api",
    "airdate": "2025-08-25T05:35:49-07:00",
    "show": 64383,
    "show_uri": "https://api.kexp.org/v2/shows/64383/?format=api",
    "image_uri": "https://dn721903.ca.archive.org/0/items/mbid-7d6efc37-7513-4f3a-993f-0a3da9d8e897/mbid-7d6efc37-7513-4f3a-993f-0a3da9d8e897-42770405686_thumb500.jpg",
    "thumbnail_uri": "https://dn721903.ca.archive.org/0/items/mbid-7d6efc37-7513-4f3a-993f-0a3da9d8e897/mbid-7d6efc37-7513-4f3a-993f-0a3da9d8e897-42770405686_thumb250.jpg",
    "song": "Kindalove",
    "track_id": "ab27e9ff-d171-4b4b-8dd7-59482f5afe1b",
    "recording_id": "547a86cf-fff9-40d6-bd1d-e38f63b5ab65",
    "artist": "Dijon",
    "artist_ids": [
        "cceea21d-f3ec-4586-be7a-d2e939c15c78"
    ],
    "album": "Baby",
    "release_id": "7d6efc37-7513-4f3a-993f-0a3da9d8e897",
    "release_group_id": "1a1e8337-cd16-40e6-b04d-e1b5801b4c89",
    "labels": [
        "Warner Records"
    ],
    "label_ids": [
        "d4cd174f-784d-48d7-91c6-7427bd5d57fe"
    ],
    "release_date": "2025-08-15",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track is from the new second studio album 'Baby'.\n\nDijon goes on tour this fall with shows in Seattle at the Paramount Theatre on Nov 2nd and SF at the Masonic on Nov 5th!\nhttps://www.dijondijon.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}