Information about plays

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

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

{
    "id": 346122,
    "uri": "https://api.kexp.org/v2/plays/346122/?format=api",
    "airdate": "2019-06-25T20:53:00-07:00",
    "show": 5770,
    "show_uri": "https://api.kexp.org/v2/shows/5770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Stop That Music",
    "track_id": "40594933-4ec6-4f01-9d83-94029f796fae",
    "recording_id": null,
    "artist": "Sony Enang",
    "artist_ids": [
        "8d062464-62df-44c2-a4bd-418584244f67"
    ],
    "album": "Don't Stop That Music",
    "release_id": "70986bde-dd0a-48be-a947-3092add99d5c",
    "release_group_id": null,
    "labels": [
        "Tabansi Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Don't Stop That Music' is cosmopolitan, sexy, hip, romantic, glamorous and witty sound from early 1980s, Nigerian   recording studios. And Sony Enang was no ordinary musician, as a keyboard player and vocalist with The Founders, he'd recorded some of the most seminal albums to come out of Eastern Nigeria.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}