Information about plays

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

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

{
    "id": 344315,
    "uri": "https://api.kexp.org/v2/plays/344315/?format=api",
    "airdate": "2019-06-21T11:29:34-07:00",
    "show": 5737,
    "show_uri": "https://api.kexp.org/v2/shows/5737/?format=api",
    "image_uri": "http://coverartarchive.org/release/eab684fc-3c27-41c6-b4f1-c704bdd6edd9/5102863137-250.jpg",
    "thumbnail_uri": "",
    "song": "Carry Me Ohio",
    "track_id": "ddabe6c0-fff3-39b9-8f26-0020dd32df0d",
    "recording_id": null,
    "artist": "Sun Kil Moon",
    "artist_ids": [
        "ef2c6449-d02b-415b-ad8c-c14c08266552"
    ],
    "album": "Ghosts of the Great Highway",
    "release_id": "eab684fc-3c27-41c6-b4f1-c704bdd6edd9",
    "release_group_id": null,
    "labels": [
        "Jetset Records"
    ],
    "label_ids": [
        "859b0293-fd12-429e-af4e-0c253a86583d"
    ],
    "release_date": "2003-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sun Kil Moon plays the Imperial in Vancouver, BC on Monday, September 2.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}