Information about plays

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

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

{
    "id": 349932,
    "uri": "https://api.kexp.org/v2/plays/349932/?format=api",
    "airdate": "2019-07-04T06:38:29-07:00",
    "show": 5829,
    "show_uri": "https://api.kexp.org/v2/shows/5829/?format=api",
    "image_uri": "http://coverartarchive.org/release/977668d9-4140-480c-9726-a46d612fc21a/20029701953-250.jpg",
    "thumbnail_uri": "",
    "song": "Souk Eye",
    "track_id": "983c7f5c-15c2-4ddf-8e2e-1fb1c495a306",
    "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": "Closing track found on the sixth album from this virtual British supergroup that features the talents of Dan \"The Automator\" Nakamura, Blur's Damon Albarn, Cibo Matto's Miho Hatori, Tom Tom Club's Tina Weymouth and Chris Frantz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}