Information about plays

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

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

{
    "id": 3574115,
    "uri": "https://api.kexp.org/v2/plays/3574115/?format=api",
    "airdate": "2025-11-05T00:50:47-08:00",
    "show": 65025,
    "show_uri": "https://api.kexp.org/v2/shows/65025/?format=api",
    "image_uri": "https://dn721500.ca.archive.org/0/items/mbid-f0bbfb56-bf89-4e63-a95a-e7e8116e15e7/mbid-f0bbfb56-bf89-4e63-a95a-e7e8116e15e7-43241258113_thumb500.jpg",
    "thumbnail_uri": "https://dn721500.ca.archive.org/0/items/mbid-f0bbfb56-bf89-4e63-a95a-e7e8116e15e7/mbid-f0bbfb56-bf89-4e63-a95a-e7e8116e15e7-43241258113_thumb250.jpg",
    "song": "Arms",
    "track_id": "a61d7b30-8659-456f-bc0d-49fcb7d69db9",
    "recording_id": "c40519fd-7768-44fd-b80e-638ab41185a3",
    "artist": "Blondshell feat. Gigi Perez",
    "artist_ids": [
        "f6621a8d-5644-460a-b0a8-9171cb2c595d",
        "8ab64ebd-200e-47af-a3fc-92540e186214"
    ],
    "album": "Another Picture",
    "release_id": "f0bbfb56-bf89-4e63-a95a-e7e8116e15e7",
    "release_group_id": "c3b6474a-63d4-4e25-8bbb-b334f819ce64",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}