Information about plays

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

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

{
    "id": 3574125,
    "uri": "https://api.kexp.org/v2/plays/3574125/?format=api",
    "airdate": "2025-11-05T01:30:24-08:00",
    "show": 65026,
    "show_uri": "https://api.kexp.org/v2/shows/65026/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reagan",
    "track_id": "fce14819-4f65-41dd-8222-894afb180cb7",
    "recording_id": "36e1fc19-772a-4dd9-88c8-4fd011b1bab3",
    "artist": "Killer Mike",
    "artist_ids": [
        "47864525-aea7-439a-800f-17c57e51cbcc"
    ],
    "album": "R.A.P. Music",
    "release_id": "be8984b7-c547-4a27-9209-2515a137577f",
    "release_group_id": "858deba8-5923-4561-b04b-a52e4e9770c1",
    "labels": [
        "Williams Street"
    ],
    "label_ids": [
        "1382ef33-17d1-4cb4-922b-1b79d720da17"
    ],
    "release_date": "2012-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Will we ever do it big or just keep settling for lil'\nWe brag on having bread, but none of us are bakers\nWe all talk having greens, but none of us own acres\nIf none of us own acres and none of us grow wheat\nThen who will feed our people when our people need to eat?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}