Information about plays

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

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

{
    "id": 352054,
    "uri": "https://api.kexp.org/v2/plays/352054/?format=api",
    "airdate": "2019-07-09T09:46:16-07:00",
    "show": 5867,
    "show_uri": "https://api.kexp.org/v2/shows/5867/?format=api",
    "image_uri": "http://coverartarchive.org/release/4415bad4-e1a7-4f1f-9296-499359e06a3b/22145650200-250.jpg",
    "thumbnail_uri": "",
    "song": "Tuesday",
    "track_id": "201cfba6-458a-42bb-b08c-6cdfc5f3bd61",
    "recording_id": null,
    "artist": "Malibu Ken",
    "artist_ids": [
        "f19bb697-3306-4ef3-bedf-bbf91e3af129"
    ],
    "album": "Malibu Ken",
    "release_id": "4415bad4-e1a7-4f1f-9296-499359e06a3b",
    "release_group_id": null,
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2019-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tuesday, the best day of the week in my opinion because it's definitely not Monday. <br> <br> And for that, we give you <b>Malibu Ken</b>, an American hip hop duo composed of rapper Aesop Rock and multi-instrumentalist Tobacco.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}