Information about plays

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

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

{
    "id": 368418,
    "uri": "https://api.kexp.org/v2/plays/368418/?format=api",
    "airdate": "2019-08-16T20:56:00-07:00",
    "show": 6137,
    "show_uri": "https://api.kexp.org/v2/shows/6137/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Long Time",
    "track_id": "3d503413-027a-4d2a-ac37-eeb1a78a053d",
    "recording_id": null,
    "artist": "Mayer Hawthorne",
    "artist_ids": [],
    "album": "How Do You Do",
    "release_id": "e4e5338b-a564-4996-a7c6-2548067a4eda",
    "release_group_id": null,
    "labels": [
        "Universal Republic Records"
    ],
    "label_ids": [
        "8f23c520-d702-4621-88fa-ac66ae15e573"
    ],
    "release_date": "2011-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featured in Midnight in a Perfect World http://blog.kexp.org/2017/05/13/midnight-in-a-perfect-world-tuxedo/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}