Information about plays

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

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

{
    "id": 3547146,
    "uri": "https://api.kexp.org/v2/plays/3547146/?format=api",
    "airdate": "2025-08-31T11:48:49-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "https://coverartarchive.org/release/c3db92e2-c157-4229-a7ed-32ee8a49418d/9441733472-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c3db92e2-c157-4229-a7ed-32ee8a49418d/9441733472-250.jpg",
    "song": "I’m a Streaker Baby",
    "track_id": null,
    "recording_id": "394d74ab-b531-45c1-8ae3-dacfca0b559b",
    "artist": "Arlean Brown",
    "artist_ids": [
        "f45e67f3-9c57-4bf1-9a23-16a695f4fc41"
    ],
    "album": "Light: On the South Side",
    "release_id": null,
    "release_group_id": "f5bd0360-b772-40a4-a722-cf605bf85a44",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2009-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released in 1977 by the Chicago singer, this compilation comes with a great photography book of the crowds, clubs, and performers.\nhttps://peppersjukebox.bandcamp.com/album/light-on-the-south-side",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}