Information about plays

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

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

{
    "id": 371437,
    "uri": "https://api.kexp.org/v2/plays/371437/?format=api",
    "airdate": "2019-08-23T18:48:00-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Telephone",
    "track_id": "33adede8-a01f-4951-88ec-39e6b41c001e",
    "recording_id": null,
    "artist": "Lady Gaga",
    "artist_ids": [],
    "album": "The Fame Monster",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Streamline Records"
    ],
    "label_ids": [
        "244dd29f-b999-40e4-8238-cb760ad05ac6"
    ],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Track featuring Beyonce who met Lady Gaga at the 2009 Billboard Women in Music Event. Beyonce subsequently won Woman of the Year that night and Lady Gaga won the Rising Star award. https://www.billboard.com/articles/news/267256/lady-gaga-is-billboards-rising-star-for-women-in-music-event",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}