Information about plays

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

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

{
    "id": 3572655,
    "uri": "https://api.kexp.org/v2/plays/3572655/?format=api",
    "airdate": "2025-11-01T16:12:20-07:00",
    "show": 64995,
    "show_uri": "https://api.kexp.org/v2/shows/64995/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Big Beat",
    "track_id": "553299b4-aa17-3469-b6d3-f64d8feb79f4",
    "recording_id": "59d61192-f940-4da9-ad63-2283f5363041",
    "artist": "Billy Squier",
    "artist_ids": [
        "3792dcb3-036e-45d6-8ee2-ff8d12c6c6c9"
    ],
    "album": "The Tale of the Tape",
    "release_id": "f64200a6-9243-4b07-b806-9828d11c414a",
    "release_group_id": "94aedf90-0d8a-3ddf-88c4-0f7a9595c92b",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1980-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jay-Z also samples this track in \"99 Problems.\" https://www.whosampled.com/Billy-Squier/The-Big-Beat/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}