Information about plays

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

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

{
    "id": 378351,
    "uri": "https://api.kexp.org/v2/plays/378351/?format=api",
    "airdate": "2019-09-08T12:21:58-07:00",
    "show": 6298,
    "show_uri": "https://api.kexp.org/v2/shows/6298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All That Blue",
    "track_id": "07c56e42-0fd1-4971-87d5-e0e2b1472414",
    "recording_id": null,
    "artist": "Blue Hawaii",
    "artist_ids": [
        "1a151a4b-b482-4358-b19c-30653e7b9dc4"
    ],
    "album": "Open Reduction Internal Fixation",
    "release_id": "bd0c4c21-885e-4cc2-96ca-202116111dbd",
    "release_group_id": null,
    "labels": [
        "Arbutus Records"
    ],
    "label_ids": [
        "05f3843b-fe2e-41f6-b97e-101449b8453c"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Despite what you may think, Blue Hawaii are from Montreal. The duo will be at Timbre Room on Sunday November 17. https://www.facebook.com/trubluhawaii/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}