Information about plays

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

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

{
    "id": 3428624,
    "uri": "https://api.kexp.org/v2/plays/3428624/?format=api",
    "airdate": "2024-11-22T10:47:54-08:00",
    "show": 61915,
    "show_uri": "https://api.kexp.org/v2/shows/61915/?format=api",
    "image_uri": "https://ia800406.us.archive.org/9/items/mbid-f10e95ee-4233-46a8-be98-2a04d40233be/mbid-f10e95ee-4233-46a8-be98-2a04d40233be-18646512023_thumb500.jpg",
    "thumbnail_uri": "https://ia600406.us.archive.org/9/items/mbid-f10e95ee-4233-46a8-be98-2a04d40233be/mbid-f10e95ee-4233-46a8-be98-2a04d40233be-18646512023_thumb250.jpg",
    "song": "When I Tried",
    "track_id": "7fd28a84-ba2b-4b16-94ac-3af072292a31",
    "recording_id": "8d9a6ebe-6ec5-4a3f-8c3d-33e633c512ed",
    "artist": "Widowspeak",
    "artist_ids": [
        "ef9d28db-a1b7-4957-aa79-ed289a77ce10"
    ],
    "album": "Expect the Best",
    "release_id": "f10e95ee-4233-46a8-be98-2a04d40233be",
    "release_group_id": "dd3568e6-74b8-4825-8eee-20fb5dabe075",
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2017-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formerly of Tacoma, WA, Widowspeak are now based in NYC. \"When I Tried\" comes from their 2017 album, Expect the Best. Their most recent album is 2022's The Jacket. \nhttps://widowspeak.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}