Information about plays

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

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

{
    "id": 3551057,
    "uri": "https://api.kexp.org/v2/plays/3551057/?format=api",
    "airdate": "2025-09-09T23:42:44-07:00",
    "show": 64521,
    "show_uri": "https://api.kexp.org/v2/shows/64521/?format=api",
    "image_uri": "https://dn721804.ca.archive.org/0/items/mbid-c2725b7f-9c25-4db9-a43c-4fcc7cba4194/mbid-c2725b7f-9c25-4db9-a43c-4fcc7cba4194-42628998146_thumb500.jpg",
    "thumbnail_uri": "https://dn721804.ca.archive.org/0/items/mbid-c2725b7f-9c25-4db9-a43c-4fcc7cba4194/mbid-c2725b7f-9c25-4db9-a43c-4fcc7cba4194-42628998146_thumb250.jpg",
    "song": "Higher Ground",
    "track_id": "d75bc085-ab50-42d5-bce3-8681ab17ebd3",
    "recording_id": "38073f56-de1f-451f-bab6-cd4bdae46782",
    "artist": "Anushka",
    "artist_ids": [
        "e7d3a009-5702-4d38-9e18-2e95ee49ffec"
    ],
    "album": "Ancestry",
    "release_id": "c2725b7f-9c25-4db9-a43c-4fcc7cba4194",
    "release_group_id": "14c1440a-622a-4f35-8cbb-8d64530a9183",
    "labels": [
        "BBE"
    ],
    "label_ids": [
        "d85e09a6-2401-42aa-943f-50ff940d6583"
    ],
    "release_date": "2025-09-05",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brighton duo. Full-length just in. https://anushka.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}