Information about plays

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

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

{
    "id": 376488,
    "uri": "https://api.kexp.org/v2/plays/376488/?format=api",
    "airdate": "2019-09-04T10:32:29-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hollywood Factory",
    "track_id": "e3ee6ecd-5fd0-4512-84f1-036d4c4adf1c",
    "recording_id": null,
    "artist": "Skating Polly",
    "artist_ids": [
        "bc0a3a57-94bf-4e17-aa42-677ccd5a8250"
    ],
    "album": "The Make It All Show",
    "release_id": "52830015-4479-4256-8d77-c6ee3eed6fcd",
    "release_group_id": null,
    "labels": [
        "El Camino Media"
    ],
    "label_ids": [
        "2ef9fc7c-66a0-4c21-b429-7f163f0d2eb3"
    ],
    "release_date": "2018-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request for our friend going to see Skating Polly at The Flying Steamshovel in Rossland, BC tomorrow night. Also playing tonight in Vancouver at Lanalou's. And local Seattle friends, you can catch Skating Polly @ The Vera Project on Saturday, November 2nd. https://bit.ly/31OSL2r",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}