Information about plays

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

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

{
    "id": 3618131,
    "uri": "https://api.kexp.org/v2/plays/3618131/?format=api",
    "airdate": "2026-02-16T03:43:13-08:00",
    "show": 65947,
    "show_uri": "https://api.kexp.org/v2/shows/65947/?format=api",
    "image_uri": "https://dn710202.ca.archive.org/0/items/mbid-6507c45e-aaee-4cde-a53b-eecc79f7544f/mbid-6507c45e-aaee-4cde-a53b-eecc79f7544f-39840709275_thumb500.jpg",
    "thumbnail_uri": "https://dn710202.ca.archive.org/0/items/mbid-6507c45e-aaee-4cde-a53b-eecc79f7544f/mbid-6507c45e-aaee-4cde-a53b-eecc79f7544f-39840709275_thumb250.jpg",
    "song": "Ocean Flow",
    "track_id": "05263a89-6e74-4499-b7aa-dd9dd2589673",
    "recording_id": "6ab2027a-ec31-46fa-9ef0-e520d37108e9",
    "artist": "藤田正嘉",
    "artist_ids": [
        "8778593e-ef5b-4886-a0e8-85861691e224"
    ],
    "album": "Migratory",
    "release_id": "6507c45e-aaee-4cde-a53b-eecc79f7544f",
    "release_group_id": "ab12c646-00ba-4c99-9296-a550ff92e25b",
    "labels": [
        "Erased Tapes Records"
    ],
    "label_ids": [
        "0cd6e3cb-aea6-4060-9ebd-21b534a864a6"
    ],
    "release_date": "2024-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}