Information about plays

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

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

{
    "id": 349480,
    "uri": "https://api.kexp.org/v2/plays/349480/?format=api",
    "airdate": "2019-07-03T07:00:02-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "http://coverartarchive.org/release/2faa4fa3-63d2-4f6b-8bc0-fb2f1855c97d/18753376461-250.jpg",
    "thumbnail_uri": "",
    "song": "Jettin",
    "track_id": "9555db9c-04b1-3237-88c6-a1d62e8a5275",
    "recording_id": null,
    "artist": "Digable Planets",
    "artist_ids": [
        "ff44f779-74ab-48f8-aac3-39ebe8f7c18e"
    ],
    "album": "Beyond the Spectrum: The Creamy Spy Chronicles",
    "release_id": "2faa4fa3-63d2-4f6b-8bc0-fb2f1855c97d",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2005-10-04",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 50th Birthday Ismael Butler! <br> </br> Digable Planets play the Neptune on Friday, August 9th! Info here: https://www.stgpresents.org/calendar/4962/digable-planets",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}