Information about plays

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

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

{
    "id": 3421795,
    "uri": "https://api.kexp.org/v2/plays/3421795/?format=api",
    "airdate": "2024-11-05T17:15:58-08:00",
    "show": 61773,
    "show_uri": "https://api.kexp.org/v2/shows/61773/?format=api",
    "image_uri": "https://ia800207.us.archive.org/11/items/mbid-4b101102-9ef1-4556-b73e-d465a073d80e/mbid-4b101102-9ef1-4556-b73e-d465a073d80e-2472324896_thumb500.jpg",
    "thumbnail_uri": "https://ia800207.us.archive.org/11/items/mbid-4b101102-9ef1-4556-b73e-d465a073d80e/mbid-4b101102-9ef1-4556-b73e-d465a073d80e-2472324896_thumb250.jpg",
    "song": "Television, the Drug of the Nation",
    "track_id": "4640f025-420b-3227-9182-aafcb7114503",
    "recording_id": "4f785555-1587-45e9-aa14-70ba7bb21abe",
    "artist": "The Disposable Heroes of Hiphoprisy",
    "artist_ids": [
        "0184c417-228d-4cd3-80ce-b44d5b9a3311"
    ],
    "album": "Hypocrisy Is the Greatest Luxury",
    "release_id": "4b101102-9ef1-4556-b73e-d465a073d80e",
    "release_group_id": "4b9127b6-60bb-373a-9460-f90327947ec4",
    "labels": [
        "4th & B’way"
    ],
    "label_ids": [
        "ff4cdd6e-e2e3-42e9-a733-c859ecf0331b"
    ],
    "release_date": "1992-03-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request!\n\nThe Disposable Heroes of Hiphoprisy was formed in 1990 by Michael Franti and Rono Tse. The band's name was derived in part from the phrase \"The Disposable Heroes of Hypocrisy\", used in some Socialist literature",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}