Information about plays

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

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

{
    "id": 3593337,
    "uri": "https://api.kexp.org/v2/plays/3593337/?format=api",
    "airdate": "2025-12-20T04:00:12-08:00",
    "show": 65425,
    "show_uri": "https://api.kexp.org/v2/shows/65425/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Untold Stories",
    "track_id": null,
    "recording_id": null,
    "artist": "Sinéad O’Connor",
    "artist_ids": [
        "c78a77fa-507c-4c07-947a-0355029453bd"
    ],
    "album": "Throw Down Your Arms",
    "release_id": null,
    "release_group_id": "36361220-5ce4-3f95-9a0a-e6c24d5466d5",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2005-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Throw Down Your Arms is the seventh studio album by Sinéad O'Connor, also known as her reggae album. O'Connor sings cover versions of classic roots reggae songs, with production by Sly and Robbie. \"Untold Stories\" is a cover of the original Buju Banton song from his 1995 album 'Til Shiloh.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}