Information about plays

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

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

{
    "id": 343088,
    "uri": "https://api.kexp.org/v2/plays/343088/?format=api",
    "airdate": "2019-06-18T18:42:29-07:00",
    "show": 5721,
    "show_uri": "https://api.kexp.org/v2/shows/5721/?format=api",
    "image_uri": "http://coverartarchive.org/release/1bce6070-ad47-417a-a12e-233e1f4cb891/6839886814-250.jpg",
    "thumbnail_uri": "",
    "song": "Nỗi buồn con gái (The Sadness of Being a Girl)",
    "track_id": "f8d6367e-7e98-38a1-9bd5-4a111400303b",
    "recording_id": null,
    "artist": "Carol Kim",
    "artist_ids": [
        "aa8df94f-1556-4f26-bfa0-232791a3328b"
    ],
    "album": "Saigon Rock & Soul: Vietnamese Classic Tracks 1968‐1974",
    "release_id": "1bce6070-ad47-417a-a12e-233e1f4cb891",
    "release_group_id": null,
    "labels": [
        "Sublime Frequencies"
    ],
    "label_ids": [
        "6fed5076-6bad-4b8d-8cca-fee530455666"
    ],
    "release_date": "2012-04-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On Saigon Rock and Soul every song is a mini masterpiece be it heavy acid rock psychedelia, horn and guitar drenched funk grooves, or gripping soul ballads reflective of life during wartime.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}