Information about plays

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

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

{
    "id": 379252,
    "uri": "https://api.kexp.org/v2/plays/379252/?format=api",
    "airdate": "2019-09-10T19:10:59-07:00",
    "show": 6313,
    "show_uri": "https://api.kexp.org/v2/shows/6313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Godanaw Sew",
    "track_id": null,
    "recording_id": null,
    "artist": "Jah Lude",
    "artist_ids": [
        "044fcce4-0dfb-406d-9c4d-a8b3b52f6941"
    ],
    "album": "Yachin Neger",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nahom Records Inc"
    ],
    "label_ids": [],
    "release_date": "2012-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jah Lude has been regarded by many reggae music lovers worldwide as Africa's Bob Marley. Though born and raised in Addis Ababa, Jah Lude is a native of Eritrea.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}