Information about plays

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

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

{
    "id": 3630214,
    "uri": "https://api.kexp.org/v2/plays/3630214/?format=api",
    "airdate": "2026-03-17T13:47:55-07:00",
    "show": 66207,
    "show_uri": "https://api.kexp.org/v2/shows/66207/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Untold Stories",
    "track_id": null,
    "recording_id": "a6ce6a4f-6916-4633-8def-2bb492febd74",
    "artist": "Sinéad O’Connor",
    "artist_ids": [
        "c78a77fa-507c-4c07-947a-0355029453bd"
    ],
    "album": "Throw Down Your Arms",
    "release_id": null,
    "release_group_id": "dc7f6e4d-98c1-3247-b281-3ca210a5c261",
    "labels": [
        "Keltia Musique"
    ],
    "label_ids": [
        "b9b0c1e1-cd45-4df9-b43b-2cd4d2407342"
    ],
    "release_date": "2005-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Throw Down Your Arms was Recorded in Kingston, Jamaica, with producers Sly and Robbie. The album featured her covering classic Rastafarian songs as a tribute to her spiritual heroes.\n\nhttps://www.discogs.com/master/51718-Sinéad-OConnor-Throw-Down-Your-Arms?srsltid=AfmBOorubxgTP21q6IgrRHGK0t8xWQ-BcZM5hGGsCcGS29U2zEcvmR7X",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}