Information about plays

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

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

{
    "id": 3532247,
    "uri": "https://api.kexp.org/v2/plays/3532247/?format=api",
    "airdate": "2025-07-27T02:53:23-07:00",
    "show": 64126,
    "show_uri": "https://api.kexp.org/v2/shows/64126/?format=api",
    "image_uri": "https://ia801807.us.archive.org/25/items/mbid-d820f080-845a-4525-8e46-087ce9f8cdda/mbid-d820f080-845a-4525-8e46-087ce9f8cdda-23423100131_thumb500.jpg",
    "thumbnail_uri": "https://ia801807.us.archive.org/25/items/mbid-d820f080-845a-4525-8e46-087ce9f8cdda/mbid-d820f080-845a-4525-8e46-087ce9f8cdda-23423100131_thumb250.jpg",
    "song": "Iron Man",
    "track_id": "beb5d9c5-958b-38c4-a1d3-bcea5fe1f544",
    "recording_id": "a15e2d0a-efcb-4f4f-ad54-22a4879bbcf9",
    "artist": "Black Sabbath",
    "artist_ids": [
        "5182c1d9-c7d2-4dad-afa0-ccfeada921a8"
    ],
    "album": "Paranoid",
    "release_id": "d820f080-845a-4525-8e46-087ce9f8cdda",
    "release_group_id": "cc053745-c447-3566-8f27-bed5438c9133",
    "labels": [
        "Vertigo"
    ],
    "label_ids": [
        "1b3b52a5-ef89-4f8b-8d5f-e15a7a58863b"
    ],
    "release_date": "1970-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}