Information about plays

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

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

{
    "id": 346846,
    "uri": "https://api.kexp.org/v2/plays/346846/?format=api",
    "airdate": "2019-06-27T06:18:23-07:00",
    "show": 5779,
    "show_uri": "https://api.kexp.org/v2/shows/5779/?format=api",
    "image_uri": "http://coverartarchive.org/release/5b0cb27f-9e98-4e48-8a97-bf90e310e8cb/15391914607-250.jpg",
    "thumbnail_uri": "",
    "song": "Signals",
    "track_id": "8c101608-f13d-4b41-a488-6bc69164bb1c",
    "recording_id": null,
    "artist": "Júníus Meyvant",
    "artist_ids": [
        "b0412e30-6200-4972-94b3-efd0c76534ea"
    ],
    "album": "Floating Harmonies",
    "release_id": "5b0cb27f-9e98-4e48-8a97-bf90e310e8cb",
    "release_group_id": null,
    "labels": [
        "Record Records"
    ],
    "label_ids": [
        "59e8b217-51cc-48aa-8f6d-4b47db422e44"
    ],
    "release_date": "2016-07-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off the debut full-length album from this Icelandic singer/songwriter - \"Writing this album kept me awake at night for 2 years\" | Watch his live performance in our studio in 2017 here: https://www.youtube.com/watch?v=sVhwpWkLfeY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}