Information about plays

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

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

{
    "id": 354974,
    "uri": "https://api.kexp.org/v2/plays/354974/?format=api",
    "airdate": "2019-07-16T06:27:11-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "http://coverartarchive.org/release/7b5bbdc0-3cf6-4e2b-9aea-7397095b45dc/23545082637-250.jpg",
    "thumbnail_uri": "",
    "song": "She’s Making Friends, I’m Turning Stranger",
    "track_id": "7bdd8444-4ceb-4e6b-96e7-c24554afb2da",
    "recording_id": null,
    "artist": "Purple Mountains",
    "artist_ids": [
        "f1c5239b-0c9c-4453-8620-168df0b7f636"
    ],
    "album": "Purple Mountains",
    "release_id": "7b5bbdc0-3cf6-4e2b-9aea-7397095b45dc",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Welcome back, David Berman, a literary indie-rock great who’s been gone way too long. Berman’s debut with his new band Purple Mountains is his first release since retiring his beloved band the Silver Jews eleven years ago.  At the Neptune September 13th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}