Information about plays

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

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

{
    "id": 3586290,
    "uri": "https://api.kexp.org/v2/plays/3586290/?format=api",
    "airdate": "2025-12-03T12:56:34-08:00",
    "show": 65278,
    "show_uri": "https://api.kexp.org/v2/shows/65278/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Got Nuffin",
    "track_id": "a3b79b1c-83d1-3d85-9336-85cf337bfeb7",
    "recording_id": "cf473090-6a8f-4c92-9490-5dba61e0553c",
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "Transference",
    "release_id": "3ba393b6-e1ae-4740-841d-db3d264e7048",
    "release_group_id": "7ed4a0a6-6a50-4c85-9aa7-1843c446f1ca",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2010-01-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spoon performed \"Got Nuffin\" on their KEXP in-studio session in 2014: https://www.youtube.com/watch?v=9QrzuAlqXt4\n\nhttps://spoontheband.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}