Information about plays

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

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

{
    "id": 353849,
    "uri": "https://api.kexp.org/v2/plays/353849/?format=api",
    "airdate": "2019-07-13T11:52:51-07:00",
    "show": 5896,
    "show_uri": "https://api.kexp.org/v2/shows/5896/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Big All Round (12″ mix)",
    "track_id": "aae6bea9-4908-399f-b567-b6c9f18ce9bf",
    "recording_id": null,
    "artist": "Dennis Brown",
    "artist_ids": [
        "24c0aaf3-4ac2-4f9a-9ce6-a1545a96f017"
    ],
    "album": "Greensleeves 12″ Rulers: “Gussie” Clark Music Works 1987–’91",
    "release_id": "7c192e55-5c6b-48c6-afe0-1bb2ce870956",
    "release_group_id": null,
    "labels": [
        "Greensleeves Records"
    ],
    "label_ids": [],
    "release_date": "2007-10-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Augustus \"Gussie\" Clarke",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}