Information about plays

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

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

{
    "id": 366140,
    "uri": "https://api.kexp.org/v2/plays/366140/?format=api",
    "airdate": "2019-08-11T20:57:42-07:00",
    "show": 6106,
    "show_uri": "https://api.kexp.org/v2/shows/6106/?format=api",
    "image_uri": "http://coverartarchive.org/release/694a93c5-835e-470e-a0d8-e42093eed9af/5267860923-250.jpg",
    "thumbnail_uri": "",
    "song": "Look Into My Eyes",
    "track_id": "b063b776-3159-43f8-b653-72a56a366063",
    "recording_id": null,
    "artist": "Janelle Monáe",
    "artist_ids": [
        "ee190f6b-7d98-43ec-b924-da5f8018eca0"
    ],
    "album": "The Electric Lady",
    "release_id": "694a93c5-835e-470e-a0d8-e42093eed9af",
    "release_group_id": null,
    "labels": [
        "Bad Boy Records"
    ],
    "label_ids": [
        "29d43312-a8ed-4d7b-9f4e-f5650318aebb"
    ],
    "release_date": "2013-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}