Information about plays

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

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

{
    "id": 3428633,
    "uri": "https://api.kexp.org/v2/plays/3428633/?format=api",
    "airdate": "2024-11-22T11:20:47-08:00",
    "show": 61915,
    "show_uri": "https://api.kexp.org/v2/shows/61915/?format=api",
    "image_uri": "https://ia800602.us.archive.org/16/items/mbid-444eb25b-69ec-427b-9746-e58cdc0fe92b/mbid-444eb25b-69ec-427b-9746-e58cdc0fe92b-39333940096_thumb500.jpg",
    "thumbnail_uri": "https://ia800602.us.archive.org/16/items/mbid-444eb25b-69ec-427b-9746-e58cdc0fe92b/mbid-444eb25b-69ec-427b-9746-e58cdc0fe92b-39333940096_thumb250.jpg",
    "song": "Higher",
    "track_id": "5ac71d62-8e37-4f48-8e3d-3df26564ba9a",
    "recording_id": "5dedfef8-3168-47eb-9eb1-2660a0158e7f",
    "artist": "Kelly Lee Owens",
    "artist_ids": [
        "9d88eaab-f90a-4fbe-b84f-20da5518cd26"
    ],
    "album": "Dreamstate",
    "release_id": "b173ba99-2a94-4855-9ad8-eed1e5d4f19f",
    "release_group_id": "dee9395f-96d0-4a36-bffb-4a1e6a172a74",
    "labels": [
        "dh2"
    ],
    "label_ids": [
        "6bb3e6d6-3655-4014-9a68-eff6df75e450"
    ],
    "release_date": "2024-10-18",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kelly Lee Owens performed Live on KEXP. Check out that session in full here: https://www.youtube.com/watch?v=Oskqru6HKUo\n\nShe released her new album Dreamstate last month! https://kellyleeowens.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}