Information about plays

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

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

{
    "id": 374534,
    "uri": "https://api.kexp.org/v2/plays/374534/?format=api",
    "airdate": "2019-08-30T15:39:54-07:00",
    "show": 6231,
    "show_uri": "https://api.kexp.org/v2/shows/6231/?format=api",
    "image_uri": "http://coverartarchive.org/release/1ae37385-e7cd-46cc-a53b-79cf364d2f60/9535453834-250.jpg",
    "thumbnail_uri": "",
    "song": "Needle in the Hay",
    "track_id": "944983e5-6499-359e-b1db-37a11e44a22d",
    "recording_id": null,
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "Elliott Smith",
    "release_id": "1ae37385-e7cd-46cc-a53b-79cf364d2f60",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1995-07-10",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This mixtape, entitled \"Epic Jams/Songs You Should Listen to Naked,\" comes to us from listener Shannon Heim, who met her future husband while playing in a competitive skeeball league in San Francisco.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}