Information about plays

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

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

{
    "id": 3596588,
    "uri": "https://api.kexp.org/v2/plays/3596588/?format=api",
    "airdate": "2025-12-27T04:48:47-08:00",
    "show": 65484,
    "show_uri": "https://api.kexp.org/v2/shows/65484/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Booth Juice",
    "track_id": "910c6328-c8ee-4d01-af0d-a3eecd31d675",
    "recording_id": "e36e8faa-3a6f-410c-9fc1-7664c77cbdfd",
    "artist": "A/S/L",
    "artist_ids": [
        "ca8d0321-a6c7-44e0-ac11-800c63682280"
    ],
    "album": "Booth Juice",
    "release_id": "e7a32e92-fa80-4c9d-a958-e34011ab7ba6",
    "release_group_id": "49288fd4-e1bf-4532-836d-4a2573cc1ca7",
    "labels": [
        "Future Gods"
    ],
    "label_ids": [
        "918bb862-332e-4b87-81c7-12672560ea31"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Quite a switch from the previous samples of Switch's \"I Call Your Name,\" famously sampled in SZA & Kendrick Lamar's \"30 for 30\" and Rich Boy's \"Throw Some D's.\"\n\nhttps://futuregods.bandcamp.com/track/booth-juice",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}