Information about plays

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

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

{
    "id": 3519383,
    "uri": "https://api.kexp.org/v2/plays/3519383/?format=api",
    "airdate": "2025-06-27T05:01:52-07:00",
    "show": 63848,
    "show_uri": "https://api.kexp.org/v2/shows/63848/?format=api",
    "image_uri": "https://ia601807.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": "Planet Caravan",
    "track_id": "b50300d3-a564-36e1-bcee-e51abace2dd2",
    "recording_id": "e2c5d227-90aa-4cc4-b1cc-ba7d412f05fe",
    "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": "On May 31, 2020, \"Planet Caravan\" was used as wake-up music for the crew of a SpaceX Crew Dragon before their launch to the International Space Station.\n--\nWatch Black Sabbath tell the story behind their 1970 song \"Planet Caravan\" including the demo track with different lyrics.\nhttps://youtu.be/zoQga3hMkyc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}