Information about plays

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

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

{
    "id": 372561,
    "uri": "https://api.kexp.org/v2/plays/372561/?format=api",
    "airdate": "2019-08-26T13:15:55-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "http://coverartarchive.org/release/4b101102-9ef1-4556-b73e-d465a073d80e/2472324896-250.jpg",
    "thumbnail_uri": "",
    "song": "Television, the Drug of the Nation",
    "track_id": "4640f025-420b-3227-9182-aafcb7114503",
    "recording_id": null,
    "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": null,
    "labels": [
        "4th & B’way"
    ],
    "label_ids": [
        "ff4cdd6e-e2e3-42e9-a733-c859ecf0331b"
    ],
    "release_date": "1992-03-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a return, twenty-five years later, to this music that Rich chose in the \"Hope it kicks up fond memories like it does for me.\": https://thequietus.com/articles/22080-disposable-heroes-of-hiphoprisy-hypocrisy-is-the-greatest-luxury-review",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}