Information about plays

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

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

{
    "id": 3549850,
    "uri": "https://api.kexp.org/v2/plays/3549850/?format=api",
    "airdate": "2025-09-07T01:22:46-07:00",
    "show": 64496,
    "show_uri": "https://api.kexp.org/v2/shows/64496/?format=api",
    "image_uri": "https://coverartarchive.org/release/ea0364b3-121e-4f42-906f-56a28e92ad46/23816692142-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ea0364b3-121e-4f42-906f-56a28e92ad46/23816692142-250.jpg",
    "song": "Under Control of Law",
    "track_id": null,
    "recording_id": "c5dc1d0a-b92a-48e8-8232-68009de907b3",
    "artist": "OUTRAGE",
    "artist_ids": [
        "ba759031-aa0c-471c-bb20-7817dbe68fde"
    ],
    "album": "Black Clouds",
    "release_id": null,
    "release_group_id": "018e54fe-6945-4baf-adff-4581f0ae1ce3",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "adde0cb6-4535-47b8-9b10-f18cc0b466ae"
    ],
    "release_date": "1988-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nagoya, Japan\n\nOutrage is still going strong and playing live shows with a slightly reworked lineup.\n\nhttps://www.facebook.com/outrage.japan",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}