Information about plays

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

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

{
    "id": 3579518,
    "uri": "https://api.kexp.org/v2/plays/3579518/?format=api",
    "airdate": "2025-11-17T19:48:02-08:00",
    "show": 65140,
    "show_uri": "https://api.kexp.org/v2/shows/65140/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Im a Star",
    "track_id": null,
    "recording_id": "67aef877-3443-49cd-906d-9cb43c6cc7ed",
    "artist": "Juana Rozas & Six Sex",
    "artist_ids": [
        "76d1a165-2bb0-4236-b3bf-4c9f594c72ac",
        "78871594-2fc1-4a4d-bd78-4c67cddcaf1c"
    ],
    "album": "Im a Star",
    "release_id": null,
    "release_group_id": "4504e537-a962-45bf-b3e4-e1c7072d1983",
    "labels": [
        "Sony Music Entertainment Argentina S.A."
    ],
    "label_ids": [
        "1c1318b2-0a6c-436b-95c6-3b05df297753"
    ],
    "release_date": "2024-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}