Information about plays

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

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

{
    "id": 343351,
    "uri": "https://api.kexp.org/v2/plays/343351/?format=api",
    "airdate": "2019-06-19T07:15:02-07:00",
    "show": 5724,
    "show_uri": "https://api.kexp.org/v2/shows/5724/?format=api",
    "image_uri": "http://coverartarchive.org/release/999d4656-d6b7-4698-acd6-fec6ef35e51d/23160910276-250.jpg",
    "thumbnail_uri": "",
    "song": "With My Whole Heart",
    "track_id": "209d2025-ec39-45d5-ae85-22f472e7705e",
    "recording_id": null,
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Love Yourself / With My Whole Heart",
    "release_id": "999d4656-d6b7-4698-acd6-fec6ef35e51d",
    "release_group_id": null,
    "labels": [
        "Asthmatic Kitty Records"
    ],
    "label_ids": [
        "e56c2bce-416f-4ddf-aee0-be2b3eee4067"
    ],
    "release_date": "2019-05-29",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sufjan Stevens has released two new tracks, ‘Love Yourself’ and ‘With My Whole Heart’, in celebration of Pride Month. A portion of proceeds from the songs will be donated to two organisations the Ali Forney Center in New York’s Harlem, and Detroit’s Ruth Ellis Center. Both give support for LGBTQ and homeless children in America. - https://bit.ly/2RlxWHM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}