Information about plays

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

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

{
    "id": 3428355,
    "uri": "https://api.kexp.org/v2/plays/3428355/?format=api",
    "airdate": "2024-11-21T18:04:39-08:00",
    "show": 61910,
    "show_uri": "https://api.kexp.org/v2/shows/61910/?format=api",
    "image_uri": "https://ia800204.us.archive.org/25/items/mbid-6d637fa4-5248-35b2-9796-17f35c55c9fa/mbid-6d637fa4-5248-35b2-9796-17f35c55c9fa-9636397598_thumb500.jpg",
    "thumbnail_uri": "https://ia800204.us.archive.org/25/items/mbid-6d637fa4-5248-35b2-9796-17f35c55c9fa/mbid-6d637fa4-5248-35b2-9796-17f35c55c9fa-9636397598_thumb250.jpg",
    "song": "Push the Button",
    "track_id": "f0616e2e-eaa5-3fff-afe3-e22acef271a1",
    "recording_id": "481e513c-d07e-4605-a610-c1cae5ceaa6b",
    "artist": "Money Mark",
    "artist_ids": [
        "9641c354-53da-4fd5-b8ee-d52e8e1e7e7e"
    ],
    "album": "Push the Button",
    "release_id": "6d637fa4-5248-35b2-9796-17f35c55c9fa",
    "release_group_id": "2d8c0aed-a875-3982-b2a6-e624af2aac0f",
    "labels": [
        "Mo Wax"
    ],
    "label_ids": [
        "a9060093-ba38-4894-994d-efb808d2d586"
    ],
    "release_date": "1998-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mark Ramos Nishita is perhaps best known for playing keyboards with Beastie Boys. \"Push the Button\" was his second studio album. He recruited Sean Lennon to play bass on the album. https://www.moneymark.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}