Information about plays

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

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

{
    "id": 3522285,
    "uri": "https://api.kexp.org/v2/plays/3522285/?format=api",
    "airdate": "2025-07-03T20:52:24-07:00",
    "show": 63911,
    "show_uri": "https://api.kexp.org/v2/shows/63911/?format=api",
    "image_uri": "https://coverartarchive.org/release/1b49bfac-157b-41bb-880e-62b80bfb7cb3/38951680266-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1b49bfac-157b-41bb-880e-62b80bfb7cb3/38951680266-250.jpg",
    "song": "Lucky",
    "track_id": null,
    "recording_id": "d298edf3-9abb-4957-8dad-88c3c5d6c433",
    "artist": "Raveena",
    "artist_ids": [
        "85eb147f-012f-4584-9fa7-c8c384354db1"
    ],
    "album": "Where the Butterflies Go in the Rain",
    "release_id": null,
    "release_group_id": "e01e36b0-3053-4ed2-abc8-a40160111cbf",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-06-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Raveena will be performing July 11 for Downtown Summer Sounds at Westlake Park in Seattle!\n\nCheck out her Live on KEXP performance in the meantime:\nhttps://www.youtube.com/watch?v=liDOq1BqeSk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}