Information about plays

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

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

{
    "id": 3438258,
    "uri": "https://api.kexp.org/v2/plays/3438258/?format=api",
    "airdate": "2024-12-15T03:06:40-08:00",
    "show": 62114,
    "show_uri": "https://api.kexp.org/v2/shows/62114/?format=api",
    "image_uri": "https://ia801201.us.archive.org/2/items/mbid-1b2924fa-af19-431f-b352-cab2bdd2cebf/mbid-1b2924fa-af19-431f-b352-cab2bdd2cebf-37204516442_thumb500.jpg",
    "thumbnail_uri": "https://ia801201.us.archive.org/2/items/mbid-1b2924fa-af19-431f-b352-cab2bdd2cebf/mbid-1b2924fa-af19-431f-b352-cab2bdd2cebf-37204516442_thumb250.jpg",
    "song": "Eat It and Beat It",
    "track_id": "96d5cb06-1c4a-4375-b165-5708ee4cbf13",
    "recording_id": "36aaebae-799f-4ffc-85b1-d23649c5aa8d",
    "artist": "Sheer Mag",
    "artist_ids": [
        "cdf4785a-e2da-47b0-b98c-4bfac0665850"
    ],
    "album": "Playing Favorites",
    "release_id": "1b2924fa-af19-431f-b352-cab2bdd2cebf",
    "release_group_id": "45b7d628-cd84-4192-b696-7e261e64bda3",
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2024-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Sheer Mag's most recent full performance Live on KEXP, recorded in April 2024, enjoy:\nhttps://www.youtube.com/watch?v=1GKvSeDxIlQ\n---\nhttps://sheermag.bandcamp.com/album/playing-favorites",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}