Information about plays

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

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

{
    "id": 3557711,
    "uri": "https://api.kexp.org/v2/plays/3557711/?format=api",
    "airdate": "2025-09-25T21:28:27-07:00",
    "show": 64660,
    "show_uri": "https://api.kexp.org/v2/shows/64660/?format=api",
    "image_uri": "https://coverartarchive.org/release/e26afcc2-7ef9-49e9-b64f-8f74a5ff15c3/8818668803-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e26afcc2-7ef9-49e9-b64f-8f74a5ff15c3/8818668803-250.jpg",
    "song": "Green Light",
    "track_id": null,
    "recording_id": "0c2977eb-5199-427d-a565-207e76f3cd09",
    "artist": "John Legend feat. André 3000",
    "artist_ids": [
        "75a72702-a5ef-4513-bca5-c5b944903546",
        "f563a1a9-069b-41ed-8b3b-e1b1a6f5b34b"
    ],
    "album": "Evolver",
    "release_id": null,
    "release_group_id": "3d8b3f88-114d-34e5-abe1-0809563b78e4",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2008-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Evolver is the third studio album by American singer John Legend.\n\nThis song is produced by James Ryan Ho, known professionally as Malay, from Bellingham, WA. He won a Grammy for Best Urban Contemporary Album Grammy for his work on Frank Ocean's Channel Orange (2012).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}