Information about plays

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

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

{
    "id": 379243,
    "uri": "https://api.kexp.org/v2/plays/379243/?format=api",
    "airdate": "2019-09-10T18:29:16-07:00",
    "show": 6313,
    "show_uri": "https://api.kexp.org/v2/shows/6313/?format=api",
    "image_uri": "http://coverartarchive.org/release/678ab932-93dc-49df-b834-dfb00a74dc5c/22142250308-250.jpg",
    "thumbnail_uri": "",
    "song": "Ras (feat. Haile Supreme)",
    "track_id": "036a4926-2e90-4d1d-b978-cee5dae379b2",
    "recording_id": null,
    "artist": "Dexter Story",
    "artist_ids": [
        "df6c2788-e223-4c30-8e85-78cdf1370bd2"
    ],
    "album": "Bahir",
    "release_id": "678ab932-93dc-49df-b834-dfb00a74dc5c",
    "release_group_id": null,
    "labels": [
        "Soundway"
    ],
    "label_ids": [
        "f430383a-3137-4ffd-8720-5e50bf8e8a27"
    ],
    "release_date": "2019-03-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"My commitment is to honor global arts and culture through recordings, performance, academia and empowerment. I hope that my various projects and associations inspire all to celebrate our commonalities and differences as one human race.\"\nhttps://dexterstory.wordpress.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}