Information about plays

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

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

{
    "id": 373304,
    "uri": "https://api.kexp.org/v2/plays/373304/?format=api",
    "airdate": "2019-08-28T01:10:56-07:00",
    "show": 6216,
    "show_uri": "https://api.kexp.org/v2/shows/6216/?format=api",
    "image_uri": "http://coverartarchive.org/release/eab06683-0a36-4897-85b4-07e363a6769d/13095340713-250.jpg",
    "thumbnail_uri": "",
    "song": "Bastards of Young",
    "track_id": "ceefb6a0-dc6b-3934-9121-12bd3b08923d",
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Don't You Know Who I Think I Was? The Best of The Replacements",
    "release_id": "eab06683-0a36-4897-85b4-07e363a6769d",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2006-06-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP premiere of the live version of \"Takin' A Ride,\" a track that originally appeared on the band's 1981 debut album 'Sorry Ma, Forgot to Take Out the Trash'. https://www.kexp.org/read/2017/9/15/kexp-premiere-the-replacements-takin-a-ride-live/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}