Information about plays

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

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

{
    "id": 349670,
    "uri": "https://api.kexp.org/v2/plays/349670/?format=api",
    "airdate": "2019-07-03T16:47:45-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?format=api",
    "image_uri": "http://coverartarchive.org/release/9b773ef0-ff9d-4942-9b84-557cb6e85691/16645064272-250.jpg",
    "thumbnail_uri": "",
    "song": "Shine a Light (feat. Thaddillac)",
    "track_id": "599567e1-00a8-4075-ae9f-29de1e716046",
    "recording_id": null,
    "artist": "Shabazz Palaces",
    "artist_ids": [
        "6462c4f6-6f69-4636-a835-02eebe81c90f"
    ],
    "album": "Quazarz: Born on a Gangster Star",
    "release_id": "9b773ef0-ff9d-4942-9b84-557cb6e85691",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2017-07-14",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Ishmael Butler now works for Sub Pop A&R.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}