Information about plays

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

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

{
    "id": 3581006,
    "uri": "https://api.kexp.org/v2/plays/3581006/?format=api",
    "airdate": "2025-11-21T10:34:57-08:00",
    "show": 65169,
    "show_uri": "https://api.kexp.org/v2/shows/65169/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Devotee",
    "track_id": "cca5adc0-ed64-4b69-9406-d239dd807723",
    "recording_id": "2e168aad-3704-4c63-a716-07ca7bd275d6",
    "artist": "THUMPERS feat. Jena Malone",
    "artist_ids": [
        "42c7c2f4-b7a1-4f9d-a99b-2fc81b63bf6e",
        "a5a4551c-1609-47e7-bca5-5f318c040019"
    ],
    "album": "Together",
    "release_id": "ac37de0c-b419-4aaa-999b-76ac0921237e",
    "release_group_id": "de6fb2ea-4ed9-411f-a872-c23b19229200",
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London group THUMPERS released their Together album in 2014. \n\nYou can watch them playing Live on KEXP that same year: https://kexp.org/read/2014/4/2/live-video-thumpers/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}