Information about plays

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

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

{
    "id": 3560348,
    "uri": "https://api.kexp.org/v2/plays/3560348/?format=api",
    "airdate": "2025-10-02T05:23:02-07:00",
    "show": 64723,
    "show_uri": "https://api.kexp.org/v2/shows/64723/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-5c4da6d0-7336-4e29-a603-59b438c3b2db/mbid-5c4da6d0-7336-4e29-a603-59b438c3b2db-32085006271_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-5c4da6d0-7336-4e29-a603-59b438c3b2db/mbid-5c4da6d0-7336-4e29-a603-59b438c3b2db-32085006271_thumb250.jpg",
    "song": "Between Something and Nothing",
    "track_id": "6037e4f8-cdf4-398f-9f74-34b23cf7bd16",
    "recording_id": "69e64057-9383-414b-bb1d-a7ebf0a1fc83",
    "artist": "The Ocean Blue",
    "artist_ids": [
        "ec091c5c-cb67-47e7-a2c9-e61ec1afc17a"
    ],
    "album": "The Ocean Blue",
    "release_id": "5c4da6d0-7336-4e29-a603-59b438c3b2db",
    "release_group_id": "2b8413ad-dd9a-31d7-a04d-5dc79fa1add6",
    "labels": [
        "Reprise Records",
        "Sire Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59",
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Best English band to ever come out of Hershey, Pennsylvania!\n\nOriginal members included David Schelzel on lead vocals/guitar, Steve Lau on keyboards/saxophone, Bobby Mittan on bass guitar and Rob Minnig on drums and vocals.\n\nhttps://www.theoceanblue.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}