Information about plays

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

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

{
    "id": 3614703,
    "uri": "https://api.kexp.org/v2/plays/3614703/?format=api",
    "airdate": "2026-02-08T03:10:45-08:00",
    "show": 65876,
    "show_uri": "https://api.kexp.org/v2/shows/65876/?format=api",
    "image_uri": "https://dn710202.ca.archive.org/0/items/mbid-31c4f6a9-c68f-4ae5-911b-5cf1ffec81d2/mbid-31c4f6a9-c68f-4ae5-911b-5cf1ffec81d2-35270611926_thumb500.jpg",
    "thumbnail_uri": "https://dn710202.ca.archive.org/0/items/mbid-31c4f6a9-c68f-4ae5-911b-5cf1ffec81d2/mbid-31c4f6a9-c68f-4ae5-911b-5cf1ffec81d2-35270611926_thumb250.jpg",
    "song": "True Blue",
    "track_id": "5d02f390-7210-42aa-8438-21df6724d60a",
    "recording_id": "ad1ab896-3f7e-4983-9365-6ea9ff877a0e",
    "artist": "boygenius",
    "artist_ids": [
        "3ceeddbd-fba5-4bdb-99f7-2d028ed5afda"
    ],
    "album": "The Record",
    "release_id": "31c4f6a9-c68f-4ae5-911b-5cf1ffec81d2",
    "release_group_id": "1339f18d-220a-4405-8ae9-e52993b1ef70",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2023-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}