Information about plays

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

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

{
    "id": 3555016,
    "uri": "https://api.kexp.org/v2/plays/3555016/?format=api",
    "airdate": "2025-09-19T13:21:21-07:00",
    "show": 64603,
    "show_uri": "https://api.kexp.org/v2/shows/64603/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Should the Bible Be Banned?",
    "track_id": "ad3d6c9d-a02b-4c74-bbbf-0d880f397ae3",
    "recording_id": "443dd6b8-5bff-4db6-8029-124c892f9a90",
    "artist": "McCarthy",
    "artist_ids": [
        "3a0e0103-9123-4449-9f2a-86bbbea2e9db"
    ],
    "album": "Complete Albums, Singles and BBC Sessions Collection",
    "release_id": "53075e11-7142-4373-81e1-44306599e862",
    "release_group_id": "ac658503-7b0f-48a5-a40e-e4f4dff6533d",
    "labels": [
        "Cherry Red Records"
    ],
    "label_ids": [
        "0a866b14-bfd8-4e74-b451-ada9fc713329"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 1984 out of Barking, Greater London. McCarthy comprised of  Malcolm Eden and Tim Gane with John Williamson, Gary Baker and later Lætitia Sadier.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}