Information about plays

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

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

{
    "id": 3522442,
    "uri": "https://api.kexp.org/v2/plays/3522442/?format=api",
    "airdate": "2025-07-04T06:22:03-07:00",
    "show": 63914,
    "show_uri": "https://api.kexp.org/v2/shows/63914/?format=api",
    "image_uri": "https://ia600201.us.archive.org/16/items/mbid-0875029f-362b-437a-aa84-0f9d6601730e/mbid-0875029f-362b-437a-aa84-0f9d6601730e-38463815033_thumb500.jpg",
    "thumbnail_uri": "https://ia600201.us.archive.org/16/items/mbid-0875029f-362b-437a-aa84-0f9d6601730e/mbid-0875029f-362b-437a-aa84-0f9d6601730e-38463815033_thumb250.jpg",
    "song": "My Body Is Not Mine",
    "track_id": "faa30825-e490-449a-af9f-4809e04b42a8",
    "recording_id": "34cefb23-d2a5-4bea-9bf3-d936c103a9d3",
    "artist": "AURORA",
    "artist_ids": [
        "484a4e90-6899-4e4b-a948-a2255d365340"
    ],
    "album": "What Happened to the Heart?",
    "release_id": "0875029f-362b-437a-aa84-0f9d6601730e",
    "release_group_id": "66abc6cf-3afd-4a6e-a66a-2b9566b5c63c",
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "2024-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Norway",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}