Information about plays

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

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

{
    "id": 346117,
    "uri": "https://api.kexp.org/v2/plays/346117/?format=api",
    "airdate": "2019-06-25T20:32:00-07:00",
    "show": 5770,
    "show_uri": "https://api.kexp.org/v2/shows/5770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Rarely See You With Girls",
    "track_id": null,
    "recording_id": null,
    "artist": "Idoli",
    "artist_ids": [
        "898b3a0b-4b34-4918-9722-d650e2d57d56"
    ],
    "album": "Mini LP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Vidici"
    ],
    "label_ids": [],
    "release_date": "1980-05-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song was a huge hit that could often be heard on radio stations, and today it can be said that few people have heard about it. Retko te vidam sa devojkama ( I rarely see you with girls) is a gay themed song by Serbian new wave band from Belgrade VIS Idoli!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}