Information about plays

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

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

{
    "id": 373866,
    "uri": "https://api.kexp.org/v2/plays/373866/?format=api",
    "airdate": "2019-08-29T06:02:57-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Today",
    "track_id": "bea50337-cb2f-3bed-8144-46baac1e02c3",
    "recording_id": null,
    "artist": "Ride",
    "artist_ids": [
        "3f575ecd-627d-4f08-a89f-abd46d469c7e"
    ],
    "album": "Nowhere",
    "release_id": "5ad3a272-e126-34da-aeb2-778e17456204",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2011-02-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning Seattle, and welcome to the Thursday edition of The Morning Show... on Mixtape Week! We're starting it off today with this one from Michelle Repiso which she titled \"Wake Up, See The Sun\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}