Information about plays

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

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

{
    "id": 3630131,
    "uri": "https://api.kexp.org/v2/plays/3630131/?format=api",
    "airdate": "2026-03-17T09:59:56-07:00",
    "show": 66205,
    "show_uri": "https://api.kexp.org/v2/shows/66205/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Maria’s Wedding",
    "track_id": "3e4a71f6-4efc-3b7e-b40e-f1bff6db20ca",
    "recording_id": "b1e76f04-2c24-4f60-8861-12070d791df9",
    "artist": "Black 47",
    "artist_ids": [
        "355ac0da-ab94-48c2-badd-41f3986041cd"
    ],
    "album": "Black 47 EP",
    "release_id": "ab1a7b63-b7f7-4cf1-bbe3-161f701cbc3e",
    "release_group_id": "10e14e72-2a60-3967-9dd5-2d77461d15c3",
    "labels": [
        "SBK Records"
    ],
    "label_ids": [
        "9a68bb68-c297-4478-92fa-d30389ec00f5"
    ],
    "release_date": "1992-11-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "American Celtic rock band Black 47, named after the summer of 1847, in the worst year of Ireland's Great Famine, released \"Maria's Wedding\" and their sophomore album 'Fire Of Freedom' in 1993.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}