Information about plays

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

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

{
    "id": 348971,
    "uri": "https://api.kexp.org/v2/plays/348971/?format=api",
    "airdate": "2019-07-02T08:45:16-07:00",
    "show": 5816,
    "show_uri": "https://api.kexp.org/v2/shows/5816/?format=api",
    "image_uri": "http://coverartarchive.org/release/90f23216-a81a-4775-a615-8ec22db00bb2/4039740521-250.jpg",
    "thumbnail_uri": "",
    "song": "Feather",
    "track_id": "3662f4a6-47a6-3e6a-93dd-f5327879f170",
    "recording_id": null,
    "artist": "Little Dragon",
    "artist_ids": [
        "c8a9ae11-63bf-409b-8bf3-a96b3712a2ff"
    ],
    "album": "Machine Dreams",
    "release_id": "90f23216-a81a-4775-a615-8ec22db00bb2",
    "release_group_id": null,
    "labels": [
        "Peacefrog Records"
    ],
    "label_ids": [
        "7de44691-1303-468e-8e23-44cf95f9c647"
    ],
    "release_date": "2009-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Little Dragon have a really cool website: https://little-dragon.net/\nThey are a Swedish electronic music band from Gothenburg.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}