Information about plays

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

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

{
    "id": 342572,
    "uri": "https://api.kexp.org/v2/plays/342572/?format=api",
    "airdate": "2019-06-17T13:01:56-07:00",
    "show": 5713,
    "show_uri": "https://api.kexp.org/v2/shows/5713/?format=api",
    "image_uri": "http://coverartarchive.org/release/34d34a27-9181-456e-b6c5-d6c0c2527ac7/15875547016-250.jpg",
    "thumbnail_uri": "",
    "song": "Me and Your Mama",
    "track_id": "977e0762-41c7-4d57-be7d-35c7dd52a2cc",
    "recording_id": null,
    "artist": "Childish Gambino",
    "artist_ids": [
        "7fb57fba-a6ef-44c2-abab-2fa3bdee607e"
    ],
    "album": "“Awaken, My Love!”",
    "release_id": "34d34a27-9181-456e-b6c5-d6c0c2527ac7",
    "release_group_id": null,
    "labels": [
        "Glassnote"
    ],
    "label_ids": [
        "58c69b6f-5c5b-4341-8be6-a43c3e69b408"
    ],
    "release_date": "2016-12-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out KEXP's Live Review: Childish Gambino at Paramount Theater: 5/10/14https://www.kexp.org/read/2014/5/15/live-review-childish-gambino-at-paramount-theater-51014/?t=1560801889416.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}