Information about plays

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

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

{
    "id": 3570523,
    "uri": "https://api.kexp.org/v2/plays/3570523/?format=api",
    "airdate": "2025-10-27T06:49:41-07:00",
    "show": 64947,
    "show_uri": "https://api.kexp.org/v2/shows/64947/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Planet Earth",
    "track_id": "9442c7f2-4c0c-3f2b-ad0d-204e38875bd6",
    "recording_id": "88242c0e-844b-4037-93a9-8a7b23ebf5f4",
    "artist": "Duran Duran",
    "artist_ids": [
        "1a1cd7f3-e5df-4eca-bae2-2757c9e656b5"
    ],
    "album": "Duran Duran",
    "release_id": "83a5bd5c-de26-47c6-abe0-4e8fbde29b28",
    "release_group_id": "c5be9f5c-4c9e-3d74-a4a6-a225d03ffcf4",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For William in Dallas!\n\nCelebrating the 67th birthday of Simon Le Bon, born on this day in 1958.\n\n\"Planet Earth\" was the debut single by Duran Duran, released in 1981.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}