Information about plays

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

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

{
    "id": 381557,
    "uri": "https://api.kexp.org/v2/plays/381557/?format=api",
    "airdate": "2019-09-16T10:29:27-07:00",
    "show": 6353,
    "show_uri": "https://api.kexp.org/v2/shows/6353/?format=api",
    "image_uri": "http://coverartarchive.org/release/d5d74dd6-baa9-4689-b1dc-126c87267d3a/18900400831-250.jpg",
    "thumbnail_uri": "",
    "song": "Look at Your Hands",
    "track_id": "3887633b-5835-478f-9b2a-f33bc33dc282",
    "recording_id": null,
    "artist": "tUnE-yArDs",
    "artist_ids": [
        "fac3ff34-6ba4-425a-8f01-b181ef4a908a"
    ],
    "album": "I Can Feel You Creep Into My Private Life",
    "release_id": "d5d74dd6-baa9-4689-b1dc-126c87267d3a",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2018-01-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tune-Yards recorded a kexp live in studio performance on January 15th featuring Look At Your Hands. https://www.kexp.org/sessions/archive/tune-yards-live-on-kexp-recorded-january-15-2018/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}