Information about plays

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

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

{
    "id": 366334,
    "uri": "https://api.kexp.org/v2/plays/366334/?format=api",
    "airdate": "2019-08-12T09:40:46-07:00",
    "show": 6110,
    "show_uri": "https://api.kexp.org/v2/shows/6110/?format=api",
    "image_uri": "http://coverartarchive.org/release/49a79669-60fe-4563-a508-d3158b91b014/16955201694-250.jpg",
    "thumbnail_uri": "",
    "song": "Dreams Tonite",
    "track_id": "10196209-7cda-4239-8496-a59a5a920f28",
    "recording_id": null,
    "artist": "Alvvays",
    "artist_ids": [
        "99450990-b24e-4132-bb68-235f8c3e2564"
    ],
    "album": "Antisocialites",
    "release_id": "49a79669-60fe-4563-a508-d3158b91b014",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2017-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}