Information about plays

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

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

{
    "id": 3421982,
    "uri": "https://api.kexp.org/v2/plays/3421982/?format=api",
    "airdate": "2024-11-06T04:43:21-08:00",
    "show": 61777,
    "show_uri": "https://api.kexp.org/v2/shows/61777/?format=api",
    "image_uri": "https://ia902201.us.archive.org/33/items/mbid-dd55398c-903a-493c-89e7-22a37b145ef2/mbid-dd55398c-903a-493c-89e7-22a37b145ef2-31702285512_thumb500.jpg",
    "thumbnail_uri": "",
    "song": "Celebrity Skin",
    "track_id": "8adaca2b-ea26-4dda-b462-7297ad360814",
    "recording_id": "f6840be6-6725-4d4f-9c2c-51266b30b589",
    "artist": "Doja Cat",
    "artist_ids": [
        "5df62a88-cac9-490a-b62c-c7c88f4020f4"
    ],
    "album": "Celebrity Skin",
    "release_id": "dd55398c-903a-493c-89e7-22a37b145ef2",
    "release_group_id": "307a65ce-3985-4de0-a229-a0f9b081dd30",
    "labels": [
        "RCA",
        "Kemosabe"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946",
        "df13ba4c-58a5-4da8-931b-5683dba21b72"
    ],
    "release_date": "2022-02-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Doja Cat's cover of Hole's iconic \"Celebrity Skin\"!  Courtney Love helped rework the lyrics -- read more and find the commercial at Pitchfork: https://tinyurl.com/2p8f9ym4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}