Information about plays

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

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

{
    "id": 3436500,
    "uri": "https://api.kexp.org/v2/plays/3436500/?format=api",
    "airdate": "2024-12-10T22:55:11-08:00",
    "show": 62077,
    "show_uri": "https://api.kexp.org/v2/shows/62077/?format=api",
    "image_uri": "https://ia800904.us.archive.org/30/items/mbid-75a61f20-20f4-3255-a890-b4868ba2e169/mbid-75a61f20-20f4-3255-a890-b4868ba2e169-8845794719_thumb500.jpg",
    "thumbnail_uri": "https://ia600904.us.archive.org/30/items/mbid-75a61f20-20f4-3255-a890-b4868ba2e169/mbid-75a61f20-20f4-3255-a890-b4868ba2e169-8845794719_thumb250.jpg",
    "song": "Jumpers",
    "track_id": "45b94a3d-0f33-3e9b-a738-f8658bb0837e",
    "recording_id": "d29b5cf3-9291-4a99-bb51-67253cf495fd",
    "artist": "Sleater‐Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "The Woods",
    "release_id": "75a61f20-20f4-3255-a890-b4868ba2e169",
    "release_group_id": "b7d0d3f5-8980-32c6-995d-db6f8226f1ca",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2005-05-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Guitarists feature. Corin Tucker and Carrie Brownstein both tune their standard guitars down to cover bass parts. Their mutual textures sound like no one else. \n\nFormed in Olympia, Washington and named after the Sleater Kinney Road exit signs located off of I-5, Sleater-Kinney are one of the most widely celebrated groups from the PNW!\n\nhttps://www.sleater-kinney.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}