Information about plays

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

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

{
    "id": 376439,
    "uri": "https://api.kexp.org/v2/plays/376439/?format=api",
    "airdate": "2019-09-04T07:47:41-07:00",
    "show": 6266,
    "show_uri": "https://api.kexp.org/v2/shows/6266/?format=api",
    "image_uri": "http://coverartarchive.org/release/028a24f8-bf25-46d0-8f45-bf5aca882736/11752185415-250.jpg",
    "thumbnail_uri": "",
    "song": "Starfish and Coffee",
    "track_id": "95d394d2-b66d-3cd9-868f-507b742c63b6",
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Sign “☮” the Times",
    "release_id": "028a24f8-bf25-46d0-8f45-bf5aca882736",
    "release_group_id": null,
    "labels": [
        "Paisley Park"
    ],
    "label_ids": [
        "df9ba4e5-6933-4729-a210-19510b393cdf"
    ],
    "release_date": "1987-07-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Back to school request! <br> </br> Prince performing \"Starfish and Coffee\" with Sesame Street Muppets is AWESOME! Watch here: https://www.youtube.com/watch?v=S-gKdZKNjw0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}