Information about plays

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

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

{
    "id": 3567480,
    "uri": "https://api.kexp.org/v2/plays/3567480/?format=api",
    "airdate": "2025-10-20T06:03:56-07:00",
    "show": 64884,
    "show_uri": "https://api.kexp.org/v2/shows/64884/?format=api",
    "image_uri": "https://dn721809.ca.archive.org/0/items/mbid-fd172950-129d-4603-83a1-2314d8101c6e/mbid-fd172950-129d-4603-83a1-2314d8101c6e-43295225038_thumb500.jpg",
    "thumbnail_uri": "https://dn721809.ca.archive.org/0/items/mbid-fd172950-129d-4603-83a1-2314d8101c6e/mbid-fd172950-129d-4603-83a1-2314d8101c6e-43295225038_thumb250.jpg",
    "song": "Antarctica",
    "track_id": "b11c4705-51b7-47d8-add0-38aa3a6d0b60",
    "recording_id": "485596e3-ccee-4d9d-9535-155124662628",
    "artist": "Marta Del Grandi",
    "artist_ids": [
        "8ad7cee2-f22e-496c-a0ee-0b7b9881be1e"
    ],
    "album": "Dream Life",
    "release_id": "fd172950-129d-4603-83a1-2314d8101c6e",
    "release_group_id": "9c14353c-bd9f-4917-bf76-314ec3adaefe",
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2026-01-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Italian-born Marta Del Grandi is a musician based in Milan.\n\nHer new album 'Dream Life' will be out on January 30th, 2026 on Fire Records.\n\nhttps://martadelgrandi.bandcamp.com/track/antarctica",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}