Information about plays

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

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

{
    "id": 3422481,
    "uri": "https://api.kexp.org/v2/plays/3422481/?format=api",
    "airdate": "2024-11-07T11:08:04-08:00",
    "show": 61787,
    "show_uri": "https://api.kexp.org/v2/shows/61787/?format=api",
    "image_uri": "https://ia600301.us.archive.org/8/items/mbid-b0209c2f-c9bd-4408-8d62-88ed39bfdac6/mbid-b0209c2f-c9bd-4408-8d62-88ed39bfdac6-38710228506_thumb500.jpg",
    "thumbnail_uri": "https://ia600301.us.archive.org/8/items/mbid-b0209c2f-c9bd-4408-8d62-88ed39bfdac6/mbid-b0209c2f-c9bd-4408-8d62-88ed39bfdac6-38710228506_thumb250.jpg",
    "song": "The Hardest Part",
    "track_id": "1fd498b5-6691-4022-a1f6-97d61b44d150",
    "recording_id": "6e8f23b3-5f54-484b-8148-4554d240701a",
    "artist": "Washed Out",
    "artist_ids": [
        "74a30f2a-dae6-4e99-8a75-cb0f93b31aa6"
    ],
    "album": "Notes from a Quiet Life",
    "release_id": "b0209c2f-c9bd-4408-8d62-88ed39bfdac6",
    "release_group_id": "91dd3500-6a24-4c1c-8b31-e76ca4840610",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2024-06-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Washed Out is playing a sold out show in Seattle tomorrow, November 8th at The Crocodile. Tickets still remain in San Francisco when he plays The Regency Ballroom on Tuesday, November 12th.\nhttps://washedout.net/Tour\n--\nHere's Washed Out performing Live on KEXP back in 2017:\nhttps://www.youtube.com/watch?v=vNnVHOC3FYo\n",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}