Information about plays

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

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

{
    "id": 3589289,
    "uri": "https://api.kexp.org/v2/plays/3589289/?format=api",
    "airdate": "2025-12-10T09:40:12-08:00",
    "show": 65338,
    "show_uri": "https://api.kexp.org/v2/shows/65338/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Release",
    "track_id": "7fce8c76-610a-3c69-87e6-c7e55abe8dc8",
    "recording_id": "d42f73ee-68c4-4c4d-9dbc-206979c53e7d",
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "Ten",
    "release_id": "9154cfe5-ef58-458f-b5d4-eb6ca3e404c4",
    "release_group_id": "cea5d18a-1924-3cda-bebc-38933834b25d",
    "labels": [
        "Epic Associated"
    ],
    "label_ids": [
        "7127ada4-64a0-4baa-9f73-e9b26f22b3bd"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Pearl Jam's debut album, \"Release\" was one of the first songs Eddie wrote with the band, and it's one that helped them find common ground. \"We were strangers, but we were coming from a similar place,\" said Vedder. https://bit.ly/3nenohM\n\nhttps://pearljam.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}