Information about plays

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

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

{
    "id": 356580,
    "uri": "https://api.kexp.org/v2/plays/356580/?format=api",
    "airdate": "2019-07-19T19:04:53-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sharpest Edges",
    "track_id": "7fceaa89-8618-4524-aa2d-4cb839a0806b",
    "recording_id": null,
    "artist": "Gallant",
    "artist_ids": [
        "ddce4f6c-d2a5-4e59-845c-a50f60c8ec05"
    ],
    "album": "Sharpest Edges",
    "release_id": "aeddf86e-6ce3-401b-8279-b2a802f2f72b",
    "release_group_id": null,
    "labels": [
        "Mind of a Genius"
    ],
    "label_ids": [
        "a32607b8-fcfe-4769-a02e-bab52799be7c"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New! https://www.gallant.space/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}