Information about plays

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

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

{
    "id": 3578336,
    "uri": "https://api.kexp.org/v2/plays/3578336/?format=api",
    "airdate": "2025-11-15T03:23:40-08:00",
    "show": 65113,
    "show_uri": "https://api.kexp.org/v2/shows/65113/?format=api",
    "image_uri": "https://ia802303.us.archive.org/3/items/mbid-e2744bc4-5c6b-4298-b9c1-2406bb8d2a99/mbid-e2744bc4-5c6b-4298-b9c1-2406bb8d2a99-30281352491_thumb500.jpg",
    "thumbnail_uri": "https://dn721905.ca.archive.org/0/items/mbid-e2744bc4-5c6b-4298-b9c1-2406bb8d2a99/mbid-e2744bc4-5c6b-4298-b9c1-2406bb8d2a99-30281352491_thumb250.jpg",
    "song": "More",
    "track_id": "c11b98fe-eb23-43ef-a087-ebb4fdb63ba2",
    "recording_id": "67d1683d-5689-4221-84ab-632b6bd785d0",
    "artist": "Low",
    "artist_ids": [
        "42faad37-8aaa-42e4-a300-5a7dae79ed24"
    ],
    "album": "HEY WHAT",
    "release_id": "e2744bc4-5c6b-4298-b9c1-2406bb8d2a99",
    "release_group_id": "b835ce22-736e-4338-8a88-f558daa84d60",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2021-09-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}