Information about plays

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

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

{
    "id": 347401,
    "uri": "https://api.kexp.org/v2/plays/347401/?format=api",
    "airdate": "2019-06-28T11:37:10-07:00",
    "show": 5785,
    "show_uri": "https://api.kexp.org/v2/shows/5785/?format=api",
    "image_uri": "http://coverartarchive.org/release/150adf98-38df-441e-b091-739a511befcb/19764225293-250.jpg",
    "thumbnail_uri": "",
    "song": "Spiral Cities",
    "track_id": "0e5b6577-1e06-40e3-98e9-0168a7052c55",
    "recording_id": null,
    "artist": "Johnny Marr",
    "artist_ids": [
        "ff621094-2a76-401f-8398-b75b5fd2be24"
    ],
    "album": "Call the Comet",
    "release_id": "150adf98-38df-441e-b091-739a511befcb",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Johnny Marr played live on KEXP last September: https://www.youtube.com/watch?v=huWQ4ktM2sU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}