Information about plays

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

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

{
    "id": 3546363,
    "uri": "https://api.kexp.org/v2/plays/3546363/?format=api",
    "airdate": "2025-08-29T15:50:05-07:00",
    "show": 64419,
    "show_uri": "https://api.kexp.org/v2/shows/64419/?format=api",
    "image_uri": "https://coverartarchive.org/release/63b24ff5-8bcd-49ba-973c-729cc22dd7bb/34245564245-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/63b24ff5-8bcd-49ba-973c-729cc22dd7bb/34245564245-250.jpg",
    "song": "Kabuki",
    "track_id": null,
    "recording_id": "42850ce2-4081-4b5e-a4a4-4b3b2b34ba2d",
    "artist": "The True Loves",
    "artist_ids": [
        "0a28e2c9-20d3-4541-8e25-bcea06916fc2"
    ],
    "album": "Sunday Afternoon",
    "release_id": null,
    "release_group_id": "5ee1076b-8b60-4e4e-bcc4-8b6be7af8b7a",
    "labels": [
        "Color Red"
    ],
    "label_ids": [
        "140fc8b0-b716-43fc-a78d-9e5eb5cf896c"
    ],
    "release_date": "2021-05-28",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Leslie on Queen Anne!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}