Information about plays

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

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

{
    "id": 370896,
    "uri": "https://api.kexp.org/v2/plays/370896/?format=api",
    "airdate": "2019-08-22T15:22:41-07:00",
    "show": 6179,
    "show_uri": "https://api.kexp.org/v2/shows/6179/?format=api",
    "image_uri": "http://coverartarchive.org/release/c93057c3-03db-452e-b700-7e307018a737/23812253187-250.jpg",
    "thumbnail_uri": "",
    "song": "Teenage Birdsong",
    "track_id": "c0e016d1-238f-471c-9200-cbfaac3b660a",
    "recording_id": null,
    "artist": "Four Tet",
    "artist_ids": [
        "3bcff06f-675a-451f-9075-99e8657047e8"
    ],
    "album": "Teenage Birdsong",
    "release_id": "c93057c3-03db-452e-b700-7e307018a737",
    "release_group_id": null,
    "labels": [
        "Text Records"
    ],
    "label_ids": [
        "b6cda36e-510e-4bca-a655-3db6dd324d8e"
    ],
    "release_date": "2019-04-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "English Musician/Producer Four Tet will be playing at Showbox SoDo on October 10th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}