Information about plays

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

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

{
    "id": 3429288,
    "uri": "https://api.kexp.org/v2/plays/3429288/?format=api",
    "airdate": "2024-11-24T00:11:10-08:00",
    "show": 61931,
    "show_uri": "https://api.kexp.org/v2/shows/61931/?format=api",
    "image_uri": "https://coverartarchive.org/release/016e8b39-443a-4521-a4f6-51cf013bd89b/37192751479-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/016e8b39-443a-4521-a4f6-51cf013bd89b/37192751479-250.jpg",
    "song": "Perpetual Deception",
    "track_id": null,
    "recording_id": "84b016ed-2835-45b4-b490-63918b2c7439",
    "artist": "Suffocation",
    "artist_ids": [
        "5db9f569-cadd-4f8b-b460-d4031b0b3716"
    ],
    "album": "Hymns From the Apocrypha",
    "release_id": null,
    "release_group_id": "abe147d6-bcb6-4b98-91b2-52f06d320c55",
    "labels": [
        "Nuclear Blast"
    ],
    "label_ids": [
        "3bc70925-d654-4906-b7c0-5135d993495e"
    ],
    "release_date": "2023-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Suffocation will be playing at Great American Music Hall in San Francisco on Wednesday, November 27th and at El Corazon in Seattle on Saturday, November 30th with Uada, Fulci, Mortiferum, and Knoll.\n\nhttps://www.suffocationofficial.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}