Information about plays

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

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

{
    "id": 3594884,
    "uri": "https://api.kexp.org/v2/plays/3594884/?format=api",
    "airdate": "2025-12-23T12:07:14-08:00",
    "show": 65456,
    "show_uri": "https://api.kexp.org/v2/shows/65456/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Champagne Coast",
    "track_id": "b39b0a29-742e-30ac-a7da-14b2b8e8dcee",
    "recording_id": "47bee778-a23e-480b-a89a-b938fca24922",
    "artist": "Blood Orange",
    "artist_ids": [
        "3d254f1e-7d18-431b-baeb-68e57695dfdb"
    ],
    "album": "Coastal Grooves",
    "release_id": "02b7bfb3-978a-4165-9d00-5494a1fe301b",
    "release_group_id": "b40e5b3f-4df5-4d39-a0cd-6365043d0079",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2011-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By Request! \n\nOff the debut album by Essex-born, LA-based artist Dev Hynes, performing as Blood Orange. Video here: https://www.youtube.com/watch?v=nO6y1-erVEw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}