Information about plays

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

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

{
    "id": 3561607,
    "uri": "https://api.kexp.org/v2/plays/3561607/?format=api",
    "airdate": "2025-10-05T10:59:08-07:00",
    "show": 64753,
    "show_uri": "https://api.kexp.org/v2/shows/64753/?format=api",
    "image_uri": "https://coverartarchive.org/release/69232c95-788f-492a-8255-c979b126b511/10083643288-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/69232c95-788f-492a-8255-c979b126b511/10083643288-250.jpg",
    "song": "America the Beautiful",
    "track_id": null,
    "recording_id": "12c7b2a0-d621-4cdb-b2d0-4688c0db2f32",
    "artist": "Ray Charles",
    "artist_ids": [
        "2ce02909-598b-44ef-a456-151ba0a3bd70"
    ],
    "album": "A Message From the People",
    "release_id": null,
    "release_group_id": "086fc879-5614-48cf-b8ab-d6b1f1422a8a",
    "labels": [
        "Tangerine Records"
    ],
    "label_ids": [
        "b929b896-7348-4822-831d-70bdf0d25e6f"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "‘The Genius’’ live performances of this song were known for moving people to tears and creating unifying, uplifting moments, one of those memorable ones being on home plate during the second game of the World Series between the Arizona Diamondbacks and the New York Yankees, just after 9/11 , check it out here.\nhttps://www.youtube.com/watch?v=1OTRRzSuWro",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}