Information about plays

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

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

{
    "id": 345194,
    "uri": "https://api.kexp.org/v2/plays/345194/?format=api",
    "airdate": "2019-06-23T14:40:29-07:00",
    "show": 5755,
    "show_uri": "https://api.kexp.org/v2/shows/5755/?format=api",
    "image_uri": "http://coverartarchive.org/release/35d17e23-52d0-44ec-ad9a-643d8d1d1221/3955556989-250.jpg",
    "thumbnail_uri": "",
    "song": "Fire Island (Phases)",
    "track_id": "9ecd9a36-cdd5-3b98-94a0-ff3ade4ead1a",
    "recording_id": null,
    "artist": "Lee Ranaldo",
    "artist_ids": [
        "6eb1f3f8-5c5a-41c2-a390-f397a2b824a3"
    ],
    "album": "Between the Times and the Tides",
    "release_id": "35d17e23-52d0-44ec-ad9a-643d8d1d1221",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2012-03-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ranaldo said in a Guitar World interview that Fire Island was the first song he composed in standard tuning since Sonic Youth's debut EP. http://www.leeranaldo.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}