Information about plays

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

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

{
    "id": 366007,
    "uri": "https://api.kexp.org/v2/plays/366007/?format=api",
    "airdate": "2019-08-11T13:14:54-07:00",
    "show": 6105,
    "show_uri": "https://api.kexp.org/v2/shows/6105/?format=api",
    "image_uri": "http://coverartarchive.org/release/7ddcbd03-8de2-40b3-932b-d3d32a05c25c/23461670076-250.jpg",
    "thumbnail_uri": "",
    "song": "If I Gave U My Love",
    "track_id": "33df1876-30b8-4ef0-88e2-cab54e4b9cc3",
    "recording_id": null,
    "artist": "Moodymann",
    "artist_ids": [
        "17d69e72-9cf2-496f-aa64-ba238de2087e"
    ],
    "album": "Sinner",
    "release_id": "7ddcbd03-8de2-40b3-932b-d3d32a05c25c",
    "release_group_id": null,
    "labels": [
        "KDJ"
    ],
    "label_ids": [
        "a95dc7cf-d766-43c9-bdbb-fde8361c937d"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stage name of Detroit musician and DJ Kenny Dixon Jr. https://www.facebook.com/moodymann313/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}