Information about plays

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

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

{
    "id": 378184,
    "uri": "https://api.kexp.org/v2/plays/378184/?format=api",
    "airdate": "2019-09-08T03:06:32-07:00",
    "show": 6295,
    "show_uri": "https://api.kexp.org/v2/shows/6295/?format=api",
    "image_uri": "http://coverartarchive.org/release/1dae23c4-b91a-4a8f-a871-4244d98ebfa2/16138753887-250.jpg",
    "thumbnail_uri": "",
    "song": "Them Changes",
    "track_id": "8f1274fa-b5da-43ac-aec1-35753e0d36c1",
    "recording_id": null,
    "artist": "Thundercat",
    "artist_ids": [
        "044fd265-79dd-43eb-afc4-8b20becf7e17"
    ],
    "album": "Drunk",
    "release_id": "1dae23c4-b91a-4a8f-a871-4244d98ebfa2",
    "release_group_id": null,
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2017-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Isley Brothers sampled on this Thundercat track from 2017's \"Drunk.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}