Information about plays

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

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

{
    "id": 3416457,
    "uri": "https://api.kexp.org/v2/plays/3416457/?format=api",
    "airdate": "2024-10-23T21:46:57-07:00",
    "show": 61655,
    "show_uri": "https://api.kexp.org/v2/shows/61655/?format=api",
    "image_uri": "https://ia800504.us.archive.org/11/items/mbid-30d5dcff-3815-46f9-b317-7110a72cf13f/mbid-30d5dcff-3815-46f9-b317-7110a72cf13f-12173220357_thumb500.jpg",
    "thumbnail_uri": "https://ia800504.us.archive.org/11/items/mbid-30d5dcff-3815-46f9-b317-7110a72cf13f/mbid-30d5dcff-3815-46f9-b317-7110a72cf13f-12173220357_thumb250.jpg",
    "song": "If I Could Find You (Eternity)",
    "track_id": "d86eee83-0d77-4c87-8f0e-c75d871cfee9",
    "recording_id": "0af0cb39-121c-442f-a2c3-754ed4297eaf",
    "artist": "The Holydrug Couple",
    "artist_ids": [
        "ab722b70-b4a8-4918-b13d-2a449f23df16"
    ],
    "album": "Moonlust",
    "release_id": "30d5dcff-3815-46f9-b317-7110a72cf13f",
    "release_group_id": "c2ab968d-195e-4ef3-8d36-338019241339",
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2015-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the Chilean duo.\nhttps://theholydrugcouple.bandcamp.com/album/moonlust",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}