Information about plays

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

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

{
    "id": 3519680,
    "uri": "https://api.kexp.org/v2/plays/3519680/?format=api",
    "airdate": "2025-06-27T22:02:57-07:00",
    "show": 63854,
    "show_uri": "https://api.kexp.org/v2/shows/63854/?format=api",
    "image_uri": "https://coverartarchive.org/release/910b4599-7c86-4f03-80a6-496bbba3bded/15793721340-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/910b4599-7c86-4f03-80a6-496bbba3bded/15793721340-250.jpg",
    "song": "Royal Flush (clean)",
    "track_id": null,
    "recording_id": "76e9f26e-c2f1-40c1-b7c4-dd39e9ee7783",
    "artist": "Big Boi feat. André 3000 & Raekwon",
    "artist_ids": [
        "9724aa19-fdf9-49d0-9f9d-944e462e2a5c",
        "f563a1a9-069b-41ed-8b3b-e1b1a6f5b34b",
        "4e954b02-fae2-4bd7-9547-e055a6ac0527"
    ],
    "album": "Royal Flush",
    "release_id": null,
    "release_group_id": "0bff4074-21f1-42cf-81df-e59dfcfdef16",
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [
        "4fe1da66-ecf9-469a-828c-ef6301d1bd5c"
    ],
    "release_date": "2008-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Impeach the President 'cause he don't think before he talk /\nIraq, goddamn, now he gunnin' for Iran\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}