Information about plays

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

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

{
    "id": 3420872,
    "uri": "https://api.kexp.org/v2/plays/3420872/?format=api",
    "airdate": "2024-11-03T10:52:21-08:00",
    "show": 61752,
    "show_uri": "https://api.kexp.org/v2/shows/61752/?format=api",
    "image_uri": "https://coverartarchive.org/release/15292168-5be4-4791-8919-03b8017e9b8b/20594367870-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/15292168-5be4-4791-8919-03b8017e9b8b/20594367870-250.jpg",
    "song": "Political Science",
    "track_id": null,
    "recording_id": "b86ad532-49e2-4636-ab37-5a3323596da3",
    "artist": "Randy Newman",
    "artist_ids": [
        "da7bb7d8-557d-4635-9ca1-e6e985525bd5"
    ],
    "album": "Sail Away",
    "release_id": null,
    "release_group_id": "d1c0b3db-6b93-3b9d-9479-0d60486120cb",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1972-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song live in 1972 on the Old Grey Whistle Test: https://www.youtube.com/watch?v=xJfc8j29TmE ; later this month an expanded edition of the 2005 benefit album “Our New Orleans” will be released, and it has tracks by Mr. Newman plus Allen Toussaint, Dr. John, Irma Thomas, Wild Magnolias, many others: https://smarturl.it/OurNewOrleans ; https://www.facebook.com/RandyNewman ; http://randynewman.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}