Information about plays

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

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

{
    "id": 2680016,
    "uri": "https://api.kexp.org/v2/plays/2680016/?format=api",
    "airdate": "2019-12-30T16:31:36-08:00",
    "show": 46259,
    "show_uri": "https://api.kexp.org/v2/shows/46259/?format=api",
    "image_uri": "https://coverartarchive.org/release/aa6f97b3-ab26-486d-9d14-82669f671f87/9146400169-250.jpg",
    "thumbnail_uri": "",
    "song": "Sugah Daddy",
    "track_id": "d2cf21a5-93cd-4b6d-8b97-c876d155e66c",
    "recording_id": null,
    "artist": "D’Angelo and The Vanguard",
    "artist_ids": [
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "Black Messiah",
    "release_id": "aa6f97b3-ab26-486d-9d14-82669f671f87",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2014-12-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "All-purpose neo-soul leader whose scattered releases, including the Grammy-winning Voodoo and Black Messiah, have upheld and advanced traditional R&B.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}