Information about plays

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

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

{
    "id": 3614749,
    "uri": "https://api.kexp.org/v2/plays/3614749/?format=api",
    "airdate": "2026-02-08T05:46:15-08:00",
    "show": 65876,
    "show_uri": "https://api.kexp.org/v2/shows/65876/?format=api",
    "image_uri": "https://dn721606.ca.archive.org/0/items/mbid-e68bb172-b47e-4f21-be7e-c5c3e3ac7e90/mbid-e68bb172-b47e-4f21-be7e-c5c3e3ac7e90-27189037974_thumb500.jpg",
    "thumbnail_uri": "https://dn721606.ca.archive.org/0/items/mbid-e68bb172-b47e-4f21-be7e-c5c3e3ac7e90/mbid-e68bb172-b47e-4f21-be7e-c5c3e3ac7e90-27189037974_thumb250.jpg",
    "song": "A Crack In The World",
    "track_id": "ce2a6f33-5a91-4495-8173-374a6736c967",
    "recording_id": "f3cf4389-a98a-4528-ad60-a93a42b5901d",
    "artist": "Oceanator",
    "artist_ids": [
        "c639c600-2755-404d-b3f4-178b2a8b75af"
    ],
    "album": "Things I Never Said",
    "release_id": "e68bb172-b47e-4f21-be7e-c5c3e3ac7e90",
    "release_group_id": "5544721f-d94c-45a3-8b02-2b2946c6e66e",
    "labels": [
        "Plastic Miracles"
    ],
    "label_ids": [
        "be2b6e84-d6bf-45cf-8636-dd5d532c1813"
    ],
    "release_date": "2020-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}