Information about plays

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

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

{
    "id": 3500793,
    "uri": "https://api.kexp.org/v2/plays/3500793/?format=api",
    "airdate": "2025-05-13T09:45:17-07:00",
    "show": 63449,
    "show_uri": "https://api.kexp.org/v2/shows/63449/?format=api",
    "image_uri": "https://ia902205.us.archive.org/24/items/mbid-58a95362-2c4d-4cf4-8044-b5f2ddd19c75/mbid-58a95362-2c4d-4cf4-8044-b5f2ddd19c75-14843230965_thumb500.jpg",
    "thumbnail_uri": "https://ia802205.us.archive.org/24/items/mbid-58a95362-2c4d-4cf4-8044-b5f2ddd19c75/mbid-58a95362-2c4d-4cf4-8044-b5f2ddd19c75-14843230965_thumb250.jpg",
    "song": "Dear John",
    "track_id": "cd150357-7580-44ca-8811-37235793676a",
    "recording_id": "3d627dd0-952c-4fef-8019-3fe9a5142728",
    "artist": "Nice",
    "artist_ids": [
        "8160d028-af5f-4011-979b-daace3636978"
    ],
    "album": "Nice",
    "release_id": "58a95362-2c4d-4cf4-8044-b5f2ddd19c75",
    "release_group_id": "739ece21-825a-40b0-8464-bdbb45b45dcd",
    "labels": [
        "Feel Good All Over"
    ],
    "label_ids": [
        "96807dd2-cf2a-420e-a1d9-c48d3d57ab17"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nice was an Australian indie rock band which formed in 1991. The band was fronted by Randall Lee (formerly of The Cannanes and later of Ashtray Boy) on vocals and guitar.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}