Information about plays

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

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

{
    "id": 3572412,
    "uri": "https://api.kexp.org/v2/plays/3572412/?format=api",
    "airdate": "2025-11-01T01:02:16-07:00",
    "show": 64988,
    "show_uri": "https://api.kexp.org/v2/shows/64988/?format=api",
    "image_uri": "https://coverartarchive.org/release/5aae9efc-6930-477d-be81-baaddfe70093/30282686865-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5aae9efc-6930-477d-be81-baaddfe70093/30282686865-250.jpg",
    "song": "Terminator 2",
    "track_id": null,
    "recording_id": "fb5cd303-8d00-47d8-85a3-509059cb9e12",
    "artist": "Glaare",
    "artist_ids": [
        "164e58c0-0eee-4545-a69e-61907f75de61"
    ],
    "album": "Your Hellbound Heart",
    "release_id": null,
    "release_group_id": "ecdb3122-9c02-4375-9d3c-13ec846dcbf8",
    "labels": [
        "Weyrd Son Records"
    ],
    "label_ids": [
        "b5edf788-ec61-4ae6-b12c-6346c6f598b6"
    ],
    "release_date": "2021-04-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://glaare.bandcamp.com/album/your-hellbound-heart",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}