Information about plays

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

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

{
    "id": 2677635,
    "uri": "https://api.kexp.org/v2/plays/2677635/?format=api",
    "airdate": "2019-12-24T18:30:00-08:00",
    "show": 46218,
    "show_uri": "https://api.kexp.org/v2/shows/46218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mudbira",
    "track_id": "fe0d5128-59b4-487f-a4cd-b330fb322d2e",
    "recording_id": null,
    "artist": "A‐WA",
    "artist_ids": [
        "cc448b70-4c20-4ea4-a818-053494aee734"
    ],
    "album": "Bayti fi rasi",
    "release_id": "e43030ed-a3f6-4eeb-b057-b53ffb56f4e7",
    "release_group_id": null,
    "labels": [
        "S‐Curve Records"
    ],
    "label_ids": [],
    "release_date": "2019-05-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A-WA, chart topping Yemenite Israeli trio of sisters out of Tel Aviv with their second full length album, BAYTI FI RASI (My Home is in My Head) was released into world May 31st, 2019 https://www.youtube.com/watch?v=Emur4FjnX2c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}