Information about plays

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

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

{
    "id": 3413226,
    "uri": "https://api.kexp.org/v2/plays/3413226/?format=api",
    "airdate": "2024-10-16T03:13:33-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bang (Peanut Butter Wolf Remix)",
    "track_id": "600b4b89-cf8d-4e46-98c9-3e502a54d71f",
    "recording_id": "7802e305-e8a9-4f0f-b136-b4c7ecf926c2",
    "artist": "Melenas & Peanut Butter Wolf",
    "artist_ids": [
        "5e87164c-4c3b-4f2f-91cc-92c06a99c461",
        "f3291ecb-af2b-457e-8f17-1913aca82cbc"
    ],
    "album": "Ahora Remixes",
    "release_id": "10dd632a-54b7-43d1-b586-228a7b81ca26",
    "release_group_id": "c9304afa-2697-4eed-aec2-7390c16209c6",
    "labels": [
        "Mushroom Pillow"
    ],
    "label_ids": [
        "b3ef0bb4-35f7-4271-aeeb-7f01ce72f7d2"
    ],
    "release_date": "2024-07-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Melenas is part of the KEXP El Sonido Live lineup in Mexico City, happening October 19 at Foro Indie Rocks!\n\nhttps://www.kexp.org/livefrommexico/\n\n---\n\nMelenas released a remix album where you can find this layered rock version of Bang.\n\nmelenas.bandcamp.com/track/bang-peanut-butter-wolf-remix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}