Information about plays

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

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

{
    "id": 373871,
    "uri": "https://api.kexp.org/v2/plays/373871/?format=api",
    "airdate": "2019-08-29T06:21:00-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Perpetual Dawn (Solar Flare extended)",
    "track_id": "a4117dec-80d4-3a7d-9906-ea47b085845d",
    "recording_id": null,
    "artist": "The Orb",
    "artist_ids": [
        "42c14c80-bd17-47e4-9bb2-a35897638c4d"
    ],
    "album": "Perpetual Dawn",
    "release_id": "264db1e3-5b32-4ef4-b9a0-4324a737d8d3",
    "release_group_id": null,
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [],
    "release_date": "1991-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Michelle Repiso's \"Wake Up, See The Sun\" mix here on Mixtape Week! (And a very appropriate one to kick off The Morning Show, right?!)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}