Information about plays

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

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

{
    "id": 348242,
    "uri": "https://api.kexp.org/v2/plays/348242/?format=api",
    "airdate": "2019-06-30T12:56:40-07:00",
    "show": 5804,
    "show_uri": "https://api.kexp.org/v2/shows/5804/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Famous Last Words",
    "track_id": "5eba7818-0020-4396-a22e-8f03c546fdfc",
    "recording_id": null,
    "artist": "The True Loves",
    "artist_ids": [
        "0a28e2c9-20d3-4541-8e25-bcea06916fc2"
    ],
    "album": "Famous Last Words",
    "release_id": "3a387125-5bb1-4137-82c3-d8357f95ec89",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-07-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The True Loves headlined KEXP's Concerts at the Mural last year. The 2019 free series starts up again in August! Check out the lineup at https://www.kexp.org/events/catm/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}