Information about plays

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

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

{
    "id": 3629064,
    "uri": "https://api.kexp.org/v2/plays/3629064/?format=api",
    "airdate": "2026-03-15T01:17:48-07:00",
    "show": 66184,
    "show_uri": "https://api.kexp.org/v2/shows/66184/?format=api",
    "image_uri": "https://coverartarchive.org/release/63f355c3-adef-4766-a973-129055cc217f/39022782546-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/63f355c3-adef-4766-a973-129055cc217f/39022782546-250.jpg",
    "song": "Sacrificial Solace",
    "track_id": null,
    "recording_id": "66422c62-14f4-4ba6-91ea-8b9452c24db7",
    "artist": "Noroth",
    "artist_ids": [
        "8f0179d6-3e89-4b1e-947e-515d07ee8d7a"
    ],
    "album": "Sacrificial Solace",
    "release_id": null,
    "release_group_id": "535dc4a4-b854-474a-81ef-096e9f7e79a4",
    "labels": [
        "Carbonized Records"
    ],
    "label_ids": [
        "8d5655e0-425f-46c3-b2d0-6eff96fcf4e3"
    ],
    "release_date": "2024-06-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Noroth is set to go on a European tour with Drawn and Quartered this coming fall.\n\nhttps://noroth.bandcamp.com/album/sacrificial-solace\nhttps://www.instagram.com/norothovcascadia/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}