Information about plays

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

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

{
    "id": 348536,
    "uri": "https://api.kexp.org/v2/plays/348536/?format=api",
    "airdate": "2019-07-01T07:09:13-07:00",
    "show": 5810,
    "show_uri": "https://api.kexp.org/v2/shows/5810/?format=api",
    "image_uri": "http://coverartarchive.org/release/977668d9-4140-480c-9726-a46d612fc21a/20029701953-250.jpg",
    "thumbnail_uri": "",
    "song": "Sorcererz",
    "track_id": "def23174-e0f7-4c9b-a26f-c666900e57a1",
    "recording_id": null,
    "artist": "Gorillaz",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596"
    ],
    "album": "The Now Now",
    "release_id": "977668d9-4140-480c-9726-a46d612fc21a",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2018-06-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gorillaz videos are always a trip: https://www.youtube.com/watch?v=40xG4bMr9F4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}