Information about plays

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

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

{
    "id": 3606609,
    "uri": "https://api.kexp.org/v2/plays/3606609/?format=api",
    "airdate": "2026-01-20T02:49:05-08:00",
    "show": 65704,
    "show_uri": "https://api.kexp.org/v2/shows/65704/?format=api",
    "image_uri": "https://coverartarchive.org/release/4a25bd30-d2cb-454b-9f61-5094d6dd4d8a/37944539655-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4a25bd30-d2cb-454b-9f61-5094d6dd4d8a/37944539655-250.jpg",
    "song": "Olive",
    "track_id": null,
    "recording_id": "c85e58f4-60c7-412e-b1b3-1e9948cd5e01",
    "artist": "TiaCorine feat. Zelooperz",
    "artist_ids": [
        "ad45f650-0ee6-431f-bb2d-4b340befd73e",
        "47135429-ed7c-4b08-a30c-f0e66777ec47"
    ],
    "album": "Almost There",
    "release_id": null,
    "release_group_id": "e629dd1e-4f5e-4d6b-926b-f42ba2b1777c",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2024-02-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=3sSVNlxNulc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}