Information about plays

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

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

{
    "id": 3581723,
    "uri": "https://api.kexp.org/v2/plays/3581723/?format=api",
    "airdate": "2025-11-23T01:21:59-08:00",
    "show": 65185,
    "show_uri": "https://api.kexp.org/v2/shows/65185/?format=api",
    "image_uri": "https://coverartarchive.org/release/29e50348-3271-441b-8ad1-2ff14087a731/39557540903-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/29e50348-3271-441b-8ad1-2ff14087a731/39557540903-250.jpg",
    "song": "Awaking the Malevolent Destroyer of the Heavens and Earth",
    "track_id": null,
    "recording_id": "864ac29b-d773-4c33-8ff2-253c0808d1e8",
    "artist": "Oxygen Destroyer",
    "artist_ids": [
        "15c77742-377b-46e2-9762-97db6594af19"
    ],
    "album": "Guardian of the Universe",
    "release_id": null,
    "release_group_id": "cbf46d9d-b1a6-4ec7-b689-511b9a0ea63d",
    "labels": [
        "Redefining Darkness Records"
    ],
    "label_ids": [
        "cee8acff-3efa-42b6-a9ad-880bb652b157"
    ],
    "release_date": "2024-08-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Oxygen Destroyer will be playing with Savage Master and White Heat at:\n\n - Eli's Mile High Club in Oakland on February 7th\n - Star Theater in Portland on February 8th\n\nHope that they add a Seattle date!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}