Information about plays

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

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

{
    "id": 3573883,
    "uri": "https://api.kexp.org/v2/plays/3573883/?format=api",
    "airdate": "2025-11-04T11:01:57-08:00",
    "show": 65021,
    "show_uri": "https://api.kexp.org/v2/shows/65021/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Am Mine",
    "track_id": "994d85c4-c593-35ad-9267-4c6c6c6f5409",
    "recording_id": "0563dc08-d67f-45a1-a25c-c0085cfec5dc",
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "Riot Act",
    "release_id": "6f6f68fa-ce39-42b7-9a20-d7eeed39e810",
    "release_group_id": "42bb668a-c33b-381a-a492-1b38ac7611e8",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Eddie Vedder wrote this in reaction to the June 30, 2000 Roskilde Festival in Denmark where 9 fans were crushed to death while Pearl Jam was playing. Vedder wrote the song in his hotel room before their first show after the incident. https://bit.ly/335YoyX\n--\nPearl Jam performed \"I Am Mine\" live at Seattle's Chop Suey: https://www.youtube.com/watch?v=Nkgv3LoQY2o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}