Information about plays

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

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

{
    "id": 3437508,
    "uri": "https://api.kexp.org/v2/plays/3437508/?format=api",
    "airdate": "2024-12-13T08:45:06-08:00",
    "show": 62096,
    "show_uri": "https://api.kexp.org/v2/shows/62096/?format=api",
    "image_uri": "https://ia600505.us.archive.org/18/items/mbid-b3a155d1-909b-4a48-a633-82a373b7a943/mbid-b3a155d1-909b-4a48-a633-82a373b7a943-14729564254_thumb500.jpg",
    "thumbnail_uri": "https://ia800505.us.archive.org/18/items/mbid-b3a155d1-909b-4a48-a633-82a373b7a943/mbid-b3a155d1-909b-4a48-a633-82a373b7a943-14729564254_thumb250.jpg",
    "song": "I Know What Boys Like",
    "track_id": "d8834ff2-19a9-3f2d-927c-2739d0e9ee8a",
    "recording_id": "4ef0ce13-f03a-4292-a214-5f49419122cf",
    "artist": "The Waitresses",
    "artist_ids": [
        "8acd46ce-3c10-402e-9ede-676b31c837cb"
    ],
    "album": "Wasn't Tomorrow Wonderful?",
    "release_id": "b3a155d1-909b-4a48-a633-82a373b7a943",
    "release_group_id": "2d4272ff-5caf-3f98-b0f8-e67c60ce9587",
    "labels": [
        "Polydor",
        "ZE Records"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2",
        "9474b0cc-8065-457c-865d-463f2383ce00"
    ],
    "release_date": "1982-12-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I Know What Boys Like\" was considered a one-hit wonder for the vastly talented group The Waitresses, fronted by guitarist/songwriter Chris Butler with vocals by Patty Donahue. The song, recorded in 1980 and re-released in 1982 for their album \"Wasn't Tomorrow Wonderful?,\"  was later featured in the 1987 movie \"I Was A Teenage Zombie.\": https://www.youtube.com/watch?v=1bWUFz73wKM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}