Information about plays

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

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

{
    "id": 3565764,
    "uri": "https://api.kexp.org/v2/plays/3565764/?format=api",
    "airdate": "2025-10-16T07:06:13-07:00",
    "show": 64848,
    "show_uri": "https://api.kexp.org/v2/shows/64848/?format=api",
    "image_uri": "https://ia802907.us.archive.org/34/items/mbid-64c807b4-bc7f-31f6-a374-c777970fb3e4/mbid-64c807b4-bc7f-31f6-a374-c777970fb3e4-5733830741_thumb500.jpg",
    "thumbnail_uri": "https://ia902907.us.archive.org/34/items/mbid-64c807b4-bc7f-31f6-a374-c777970fb3e4/mbid-64c807b4-bc7f-31f6-a374-c777970fb3e4-5733830741_thumb250.jpg",
    "song": "Drink Before the War",
    "track_id": "463549a9-6431-3406-8529-0a30257b3ab9",
    "recording_id": "069efaa6-a427-4b5f-a2e0-de0c388614fc",
    "artist": "Sinéad O’Connor",
    "artist_ids": [
        "c78a77fa-507c-4c07-947a-0355029453bd"
    ],
    "album": "The Lion and the Cobra",
    "release_id": "64c807b4-bc7f-31f6-a374-c777970fb3e4",
    "release_group_id": "f7158e4b-87d0-3310-85ae-71b15769f4ef",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Lion and The Cobra\" was Sinéad O'Connor's debut album. The title of the album is from Psalm 91:13 \"you will tread upon the lion and cobra.\"\n\nThe album, which she co-produced, was released in 1987. The themes and innovative sound laid the foundations for her influence on music to come.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}