Information about plays

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

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

{
    "id": 348960,
    "uri": "https://api.kexp.org/v2/plays/348960/?format=api",
    "airdate": "2019-07-02T08:08:46-07:00",
    "show": 5816,
    "show_uri": "https://api.kexp.org/v2/shows/5816/?format=api",
    "image_uri": "http://coverartarchive.org/release/fdf5eafa-cac1-45b2-8118-33156f3b5219/4438400467-250.jpg",
    "thumbnail_uri": "",
    "song": "Bad Kingdom",
    "track_id": "eb6c40a4-1a53-40f9-a238-c8e489f3b4d4",
    "recording_id": null,
    "artist": "Moderat",
    "artist_ids": [
        "7754905b-8bf7-48e2-935a-03d566fec464"
    ],
    "album": "II",
    "release_id": "fdf5eafa-cac1-45b2-8118-33156f3b5219",
    "release_group_id": null,
    "labels": [
        "Monkeytown Records"
    ],
    "label_ids": [
        "dd5e9af0-a9bb-4e11-9c57-5921c8838945"
    ],
    "release_date": "2013-08-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Moderat are an electronic music group originating in Berlin, Germany between Sascha Ring, also known as Apparat, and Modeselektor members Gernot Bronsert and Sebastian Szary.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}