Information about plays

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

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

{
    "id": 3587008,
    "uri": "https://api.kexp.org/v2/plays/3587008/?format=api",
    "airdate": "2025-12-05T05:14:06-08:00",
    "show": 65292,
    "show_uri": "https://api.kexp.org/v2/shows/65292/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Over the World",
    "track_id": "839579e8-ea46-388f-9b68-29df3d14a432",
    "recording_id": "b77d386c-8dcc-402e-b337-5f2f707e5a62",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Bossanova",
    "release_id": "7c361874-f27f-49c6-bbde-8f063d56c4fd",
    "release_group_id": "e062f23a-ed81-3baf-8f24-8979fef060cc",
    "labels": [
        "Columbia House"
    ],
    "label_ids": [
        "0b6073f1-78a5-4078-bc01-22d7b05d0b7a"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bossanova moved the Pixies' sound towards surf and space rock, diverging from the more traditional rock elements of their previous album, Doolittle. \"All Over the World\" is a slow and steady track characterized by unique, nearly falsetto vocals from Black Francis and alternating quiet sections and loud, dynamic guitar parts.\n\nCheck out the Pixies performing Live on KEXP in 2014: https://www.youtube.com/watch?v=yWZeomzkCaU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}