Information about plays

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

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

{
    "id": 3418784,
    "uri": "https://api.kexp.org/v2/plays/3418784/?format=api",
    "airdate": "2024-10-29T10:21:01-07:00",
    "show": 61707,
    "show_uri": "https://api.kexp.org/v2/shows/61707/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Defense",
    "track_id": "a5b66f74-894a-4b2e-b13e-44b857ac85a6",
    "recording_id": "4ed3258a-83c3-45f7-beb2-9890200a59d9",
    "artist": "Panda Bear feat. Cindy Lee",
    "artist_ids": [
        "fd3c3f9f-a471-498e-ab3a-940ac20b6bbd",
        "a7537f5b-ef6f-424e-9f4d-9b990cb8866f"
    ],
    "album": "Sinister Grift",
    "release_id": "b15b950c-9871-498e-bc49-cb5866e5c583",
    "release_group_id": "f02f15c0-3dcd-4463-bcdf-c87838fd27d4",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2025-02-28",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is Noah Lennox's (Panda Bear) first solo outing in five years.  The new album, \"Sinister Grift,\" will be out next February.  You can pre-order it here: https://pandabearmusic.bandcamp.com/album/sinister-grift\n--\n\"Over a sturdy floor thump, Lennox sings wearily about falling hard out of an unstable partnership before [Cindy] Lee blazes in with a pyrotechnic solo that Tuareg guitar wizards like Mdou Moctar would approve of.\" Cindy Lee is the performance and songwriting vehicle of Patrick Flegel (who previously fronted influential indie group Women).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}