Information about plays

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

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

{
    "id": 3578504,
    "uri": "https://api.kexp.org/v2/plays/3578504/?format=api",
    "airdate": "2025-11-15T13:39:37-08:00",
    "show": 65118,
    "show_uri": "https://api.kexp.org/v2/shows/65118/?format=api",
    "image_uri": "https://ia802302.us.archive.org/35/items/mbid-670df164-7570-4aa0-91ff-2e111c8ec3b3/mbid-670df164-7570-4aa0-91ff-2e111c8ec3b3-30580390841_thumb500.jpg",
    "thumbnail_uri": "https://dn710006.ca.archive.org/0/items/mbid-670df164-7570-4aa0-91ff-2e111c8ec3b3/mbid-670df164-7570-4aa0-91ff-2e111c8ec3b3-30580390841_thumb250.jpg",
    "song": "Run Run Run",
    "track_id": "8c03f463-5306-4389-8766-e8560a0f793e",
    "recording_id": "d807c9cc-41ca-4d2d-be26-e8e1700fe8c9",
    "artist": "Kurt Vile & the Violators",
    "artist_ids": [
        "2cc71cd1-6f49-4fe4-ac0b-36ff6aee172d"
    ],
    "album": "I'll Be Your Mirror: A Tribute to the Velvet Underground & Nico",
    "release_id": "670df164-7570-4aa0-91ff-2e111c8ec3b3",
    "release_group_id": "5fad3a03-874d-4797-8d93-e65f0e4b761c",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2021-09-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Velvet Underground Cover",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}