Information about plays

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

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

{
    "id": 3624864,
    "uri": "https://api.kexp.org/v2/plays/3624864/?format=api",
    "airdate": "2026-03-03T15:49:47-08:00",
    "show": 66081,
    "show_uri": "https://api.kexp.org/v2/shows/66081/?format=api",
    "image_uri": "https://dn710709.ca.archive.org/0/items/mbid-312f5c6f-06eb-309d-aaca-a95a360bc5ed/mbid-312f5c6f-06eb-309d-aaca-a95a360bc5ed-20750131866_thumb500.jpg",
    "thumbnail_uri": "https://dn710709.ca.archive.org/0/items/mbid-312f5c6f-06eb-309d-aaca-a95a360bc5ed/mbid-312f5c6f-06eb-309d-aaca-a95a360bc5ed-20750131866_thumb250.jpg",
    "song": "Famine",
    "track_id": "e90c1059-d6cc-3d3b-949d-c63e3d8a73cc",
    "recording_id": "2d05be6c-92cd-4581-9ae0-a2af2e2bb784",
    "artist": "Sinéad O’Connor",
    "artist_ids": [
        "c78a77fa-507c-4c07-947a-0355029453bd"
    ],
    "album": "Universal Mother",
    "release_id": "312f5c6f-06eb-309d-aaca-a95a360bc5ed",
    "release_group_id": "80ffc97e-ab47-34fb-a1cf-d219162dae66",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1994-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sinead O'Connor does an amazing job with this song telling the story of the impacts of English colonization in Ireland. It's a song about healing the people and revealing the truth. \n\nhttps://www.youtube.com/watch?v=EZIB6MslCAo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}