Information about plays

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

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

{
    "id": 3631179,
    "uri": "https://api.kexp.org/v2/plays/3631179/?format=api",
    "airdate": "2026-03-19T18:43:43-07:00",
    "show": 66224,
    "show_uri": "https://api.kexp.org/v2/shows/66224/?format=api",
    "image_uri": "https://dn721607.ca.archive.org/0/items/mbid-5f43c6da-e893-4ac7-91fa-da0e4586662d/mbid-5f43c6da-e893-4ac7-91fa-da0e4586662d-33486140942_thumb500.jpg",
    "thumbnail_uri": "https://dn721607.ca.archive.org/0/items/mbid-5f43c6da-e893-4ac7-91fa-da0e4586662d/mbid-5f43c6da-e893-4ac7-91fa-da0e4586662d-33486140942_thumb250.jpg",
    "song": "Liam Rides A Pony",
    "track_id": "e6c78c8b-9bef-4cc8-b4e7-339aee228f83",
    "recording_id": "b767a74c-9a6c-4ddd-8957-9c8850e939d2",
    "artist": "Polyrhythmics",
    "artist_ids": [
        "551946bc-e6db-4d69-b50a-4f3cfb29963f"
    ],
    "album": "Octagon",
    "release_id": "5f43c6da-e893-4ac7-91fa-da0e4586662d",
    "release_group_id": "0c65d600-8062-4562-81bb-54c0ae8b3237",
    "labels": [
        "Kept Records"
    ],
    "label_ids": [
        "30b6aef9-af11-4411-8a33-270c8ed2e058"
    ],
    "release_date": "2015-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}