Information about plays

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

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

{
    "id": 3421516,
    "uri": "https://api.kexp.org/v2/plays/3421516/?format=api",
    "airdate": "2024-11-05T01:27:44-08:00",
    "show": 61767,
    "show_uri": "https://api.kexp.org/v2/shows/61767/?format=api",
    "image_uri": "https://coverartarchive.org/release/5eacc7da-e425-4bfb-83bd-384a053919d2/25259419320-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5eacc7da-e425-4bfb-83bd-384a053919d2/25259419320-250.jpg",
    "song": "Big Tipper",
    "track_id": null,
    "recording_id": "4170bf14-283c-433d-8033-42cedec6f1ee",
    "artist": "Young Thug feat. Lil Keed",
    "artist_ids": [
        "800760de-bdf8-43a2-8fe0-44a2401a5515",
        "874367ae-8bb4-43eb-87f4-809f792ba66f"
    ],
    "album": "So Much Fun",
    "release_id": null,
    "release_group_id": "24942280-2605-4e49-a507-67136d22a0b4",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2019-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP LIL KEED",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}