Information about plays

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

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

{
    "id": 373920,
    "uri": "https://api.kexp.org/v2/plays/373920/?format=api",
    "airdate": "2019-08-29T09:15:00-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Go Blind",
    "track_id": "60c5e0e5-1a26-3e9e-8b82-410538966110",
    "recording_id": null,
    "artist": "54-40",
    "artist_ids": [
        "46eca540-5d16-4115-88dd-ac8a2b571f62"
    ],
    "album": "I Go Blind / Me Island",
    "release_id": "bbf7c745-86b5-439f-ab3a-7ca4ee959e35",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Mark Lysynecky's \"Hang the DJ\" mix here on Mixtape Week | Famously covered by Hootie and the Blowfish for the Friends soundtrack! (Which might be the most 90's thing we've had on The Morning Show today)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}