Information about plays

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

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

{
    "id": 3612101,
    "uri": "https://api.kexp.org/v2/plays/3612101/?format=api",
    "airdate": "2026-02-02T01:11:04-08:00",
    "show": 65818,
    "show_uri": "https://api.kexp.org/v2/shows/65818/?format=api",
    "image_uri": "https://coverartarchive.org/release/f381f6da-d8f1-47fe-9bd7-2caa91d5eaee/39033868669-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f381f6da-d8f1-47fe-9bd7-2caa91d5eaee/39033868669-250.jpg",
    "song": "Breathing Underwater",
    "track_id": null,
    "recording_id": "82091093-8ebe-4942-a1de-097b919d509d",
    "artist": "Robert Glasper feat. Meshell Ndegeocello",
    "artist_ids": [
        "6e8f82ea-9e6d-4fdd-9b32-32feef13186b",
        "55a8b485-1cbf-47ee-ae15-d106200fafe8"
    ],
    "album": "Let Go",
    "release_id": null,
    "release_group_id": "cd82362f-5d5f-4633-8fc5-a0a948bd0c0b",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2024-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}