Information about plays

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

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

{
    "id": 3532237,
    "uri": "https://api.kexp.org/v2/plays/3532237/?format=api",
    "airdate": "2025-07-27T02:07:32-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": "War Pigs / Luke’s Wall",
    "track_id": "b367a7a5-1962-371f-9e50-c10b7694c377",
    "recording_id": "6db17e6e-94d8-4794-9364-c761ad667fb1",
    "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": "Play this song in any venue, and I guarantee people will sing the first verse. \nRIP Ozzy. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}