Information about plays

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

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

{
    "id": 3626287,
    "uri": "https://api.kexp.org/v2/plays/3626287/?format=api",
    "airdate": "2026-03-07T06:29:46-08:00",
    "show": 66115,
    "show_uri": "https://api.kexp.org/v2/shows/66115/?format=api",
    "image_uri": "https://dn720707.ca.archive.org/0/items/mbid-2a4b3f00-0466-48aa-b23d-4925abf82414/mbid-2a4b3f00-0466-48aa-b23d-4925abf82414-43501975816_thumb500.jpg",
    "thumbnail_uri": "https://dn720707.ca.archive.org/0/items/mbid-2a4b3f00-0466-48aa-b23d-4925abf82414/mbid-2a4b3f00-0466-48aa-b23d-4925abf82414-43501975816_thumb250.jpg",
    "song": "thread the needle",
    "track_id": "dbac21f0-d57a-4b39-936c-8c991f3de6b0",
    "recording_id": "e45107bc-7d53-4b33-930f-e387ccec318c",
    "artist": "pigeon pit",
    "artist_ids": [
        "6ae5c53a-da3f-4257-9c3f-50cc33a4e3db"
    ],
    "album": "Leash Aggression",
    "release_id": "2a4b3f00-0466-48aa-b23d-4925abf82414",
    "release_group_id": "e4bf4e8b-b36f-4626-99d8-93f16464679e",
    "labels": [
        "Ernest Jenning Record Co."
    ],
    "label_ids": [
        "ebef98f4-00a9-4364-bb68-8534034964bb"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}