Information about plays

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

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

{
    "id": 3584588,
    "uri": "https://api.kexp.org/v2/plays/3584588/?format=api",
    "airdate": "2025-11-29T16:25:15-08:00",
    "show": 65243,
    "show_uri": "https://api.kexp.org/v2/shows/65243/?format=api",
    "image_uri": "https://coverartarchive.org/release/65364411-9d53-39a7-a1a6-13372ce8169d/19861018070-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/65364411-9d53-39a7-a1a6-13372ce8169d/19861018070-250.jpg",
    "song": "School Days",
    "track_id": null,
    "recording_id": "4756bdb6-7723-4ce3-b958-1eef094fed08",
    "artist": "The Runaways",
    "artist_ids": [
        "ded0d67a-eb71-4fe9-83c0-1d18b8ed497e"
    ],
    "album": "Waitin’ for the Night",
    "release_id": null,
    "release_group_id": "5fd31d9e-ddbe-3352-83fe-2c13c973da9a",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Third record from The Runaways that had Joan Jett taking over lead vocals after Cherie Currie left the band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}