Information about plays

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

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

{
    "id": 3500662,
    "uri": "https://api.kexp.org/v2/plays/3500662/?format=api",
    "airdate": "2025-05-13T02:33:42-07:00",
    "show": 63447,
    "show_uri": "https://api.kexp.org/v2/shows/63447/?format=api",
    "image_uri": "https://ia801901.us.archive.org/20/items/mbid-29c34a3c-9859-466a-bf58-8de48ccc57a9/mbid-29c34a3c-9859-466a-bf58-8de48ccc57a9-15652918985_thumb500.jpg",
    "thumbnail_uri": "https://ia601901.us.archive.org/20/items/mbid-29c34a3c-9859-466a-bf58-8de48ccc57a9/mbid-29c34a3c-9859-466a-bf58-8de48ccc57a9-15652918985_thumb250.jpg",
    "song": "Freedom Fighters",
    "track_id": "6136a1e5-40ca-3e14-8f9b-394b6acab807",
    "recording_id": "79372030-8451-4891-bd3e-eebcec087f6a",
    "artist": "The Music",
    "artist_ids": [
        "62cfba2f-d6da-4c93-a2e2-a7922fe47d1b"
    ],
    "album": "Welcome to the North",
    "release_id": "cd07f232-68d9-30e4-bca5-9452ebd5590a",
    "release_group_id": "adeeaf60-bb2c-324d-85e4-b81c03f60660",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2004-10-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}