Information about plays

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

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

{
    "id": 347092,
    "uri": "https://api.kexp.org/v2/plays/347092/?format=api",
    "airdate": "2019-06-27T17:50:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Willin’",
    "track_id": null,
    "recording_id": null,
    "artist": "Little Feat",
    "artist_ids": [
        "9b106beb-12b5-4525-8025-42e295a2b90a"
    ],
    "album": "Little Feat",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Willin' is a song written by Lowell George before he had formed his band, Little Feat. They released it on their 1971 \"Little Feat\" album. The band then re-recorded the song at a faster tempo to much greater success on their 1972 \"Sailin' Shoes\" album. The song tells a story of a truck driver traveling from Tucson to Tucumcari; Tehachapi to Tonopah and became a trucker anthem.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}