Information about plays

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

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

{
    "id": 3519413,
    "uri": "https://api.kexp.org/v2/plays/3519413/?format=api",
    "airdate": "2025-06-27T06:58:49-07:00",
    "show": 63848,
    "show_uri": "https://api.kexp.org/v2/shows/63848/?format=api",
    "image_uri": "https://ia600800.us.archive.org/7/items/mbid-2708bbdb-2dbb-4ec6-b3dd-8bf4d12f9eee/mbid-2708bbdb-2dbb-4ec6-b3dd-8bf4d12f9eee-16824314335_thumb500.jpg",
    "thumbnail_uri": "https://ia800800.us.archive.org/7/items/mbid-2708bbdb-2dbb-4ec6-b3dd-8bf4d12f9eee/mbid-2708bbdb-2dbb-4ec6-b3dd-8bf4d12f9eee-16824314335_thumb250.jpg",
    "song": "(Keep Feeling) Fascination",
    "track_id": "369439ea-13e0-33bb-9142-6c907b13424f",
    "recording_id": "392ba41f-67d0-4cd9-9525-be9c3408b1b4",
    "artist": "The Human League",
    "artist_ids": [
        "7adaabfb-acfb-47bc-8c7c-59471c2f0db8"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 10",
    "release_id": "2708bbdb-2dbb-4ec6-b3dd-8bf4d12f9eee",
    "release_group_id": "da4a61cc-31d9-3dc4-8831-387beff49db5",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hey Hey Hey Hey",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}