Information about plays

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

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

{
    "id": 376190,
    "uri": "https://api.kexp.org/v2/plays/376190/?format=api",
    "airdate": "2019-09-03T19:27:00-07:00",
    "show": 6263,
    "show_uri": "https://api.kexp.org/v2/shows/6263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tuvan Prayer",
    "track_id": "4abff5f9-6861-35ff-a5d3-a82d400e2694",
    "recording_id": null,
    "artist": "Huun‐Huur‐Tu",
    "artist_ids": [
        "6e3d75a2-b371-4156-a1c1-7b56e1c965a3"
    ],
    "album": "Eternal",
    "release_id": "14c7f858-f415-4403-854b-b1c55b516d31",
    "release_group_id": null,
    "labels": [
        "Electrofone Music"
    ],
    "label_ids": [],
    "release_date": "2009-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tuvia (Russia). Huun-Huur-Tu's signature sound is based on throat singing, where the singer creates two ro three notes at the same time. See them LIVE September 28 with Carmen Rizzo, Yaima at Nectar Lounge",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}