Information about plays

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

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

{
    "id": 3570436,
    "uri": "https://api.kexp.org/v2/plays/3570436/?format=api",
    "airdate": "2025-10-27T01:13:38-07:00",
    "show": 64945,
    "show_uri": "https://api.kexp.org/v2/shows/64945/?format=api",
    "image_uri": "https://ia802901.us.archive.org/10/items/mbid-9256393b-2b63-4841-b8c2-8d226c62755b/mbid-9256393b-2b63-4841-b8c2-8d226c62755b-42465218261_thumb500.jpg",
    "thumbnail_uri": "https://dn720700.ca.archive.org/0/items/mbid-9256393b-2b63-4841-b8c2-8d226c62755b/mbid-9256393b-2b63-4841-b8c2-8d226c62755b-42465218261_thumb250.jpg",
    "song": "Castle in the Sky",
    "track_id": "a887674b-1790-4a49-9d2c-075797ccbaf5",
    "recording_id": "2389bab0-b28d-4a79-b0a2-9156d7d6a168",
    "artist": "sunking",
    "artist_ids": [
        "2993a779-f541-4488-a911-9330b3cf4c47"
    ],
    "album": "I DON'T LIKE MY TELEPHONE",
    "release_id": "9256393b-2b63-4841-b8c2-8d226c62755b",
    "release_group_id": "2c990ec3-8d45-49ec-9ef4-1a161fbe0400",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2025-07-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}