Information about plays

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

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

{
    "id": 368769,
    "uri": "https://api.kexp.org/v2/plays/368769/?format=api",
    "airdate": "2019-08-17T17:43:15-07:00",
    "show": 6145,
    "show_uri": "https://api.kexp.org/v2/shows/6145/?format=api",
    "image_uri": "http://coverartarchive.org/release/284a7fd7-2694-31fe-8b34-5a6207531e5f/22174143959-250.jpg",
    "thumbnail_uri": "",
    "song": "Nectar",
    "track_id": "576dd799-7c9e-3050-a819-21691d2c60c6",
    "recording_id": null,
    "artist": "Tindersticks",
    "artist_ids": [
        "4306a798-e2f8-4192-9a45-2fd41cdae60c"
    ],
    "album": "Tindersticks",
    "release_id": "284a7fd7-2694-31fe-8b34-5a6207531e5f",
    "release_group_id": null,
    "labels": [
        "Bar/None Records"
    ],
    "label_ids": [
        "1231f865-6637-443f-b97f-619723bebcd9"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tindersticks are an English alternative rock band formed in Nottingham in 1991. They released six albums before singer Stuart A. Staples embarked on a solo career.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}