Information about plays

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

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

{
    "id": 3421691,
    "uri": "https://api.kexp.org/v2/plays/3421691/?format=api",
    "airdate": "2024-11-05T10:36:58-08:00",
    "show": 61770,
    "show_uri": "https://api.kexp.org/v2/shows/61770/?format=api",
    "image_uri": "https://ia801505.us.archive.org/21/items/mbid-2f5fddb9-080f-43be-9172-db78eb22c3b0/mbid-2f5fddb9-080f-43be-9172-db78eb22c3b0-36881394892_thumb500.jpg",
    "thumbnail_uri": "https://ia601505.us.archive.org/21/items/mbid-2f5fddb9-080f-43be-9172-db78eb22c3b0/mbid-2f5fddb9-080f-43be-9172-db78eb22c3b0-36881394892_thumb250.jpg",
    "song": "Say It Like You Mean It",
    "track_id": "2618be97-bed2-4c18-a3d2-265d0b0abe71",
    "recording_id": "88851609-c99d-4a23-b1ff-beb078d6139d",
    "artist": "Sleater‐Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "Little Rope",
    "release_id": "2f5fddb9-080f-43be-9172-db78eb22c3b0",
    "release_group_id": "ebfca4fe-da13-4edc-818a-1facf255d0fc",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2024-01-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The official video (directed by Carrie Brownstein) for “Say It Like You Mean It” brings the pain of the song’s message into sharp focus. Actress J. Smith-Cameron, best-known for her role as Gerri in HBO’s Succession, acts out and lip-syncs the song as she moves around a busy restaurant. Her efforts to express herself to various patrons of the restaurant, all of whom ignore her, drive home the feelings of isolation Corin Tucker’s lyrics have already made palpable.: https://www.youtube.com/watch?v=Vp2z1cL6qoU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}