Information about plays

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

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

{
    "id": 382883,
    "uri": "https://api.kexp.org/v2/plays/382883/?format=api",
    "airdate": "2019-09-19T08:35:13-07:00",
    "show": 6370,
    "show_uri": "https://api.kexp.org/v2/shows/6370/?format=api",
    "image_uri": "http://coverartarchive.org/release/e5ab28d0-bfcf-4a55-babc-bc4fd28ccbbc/863634436-250.jpg",
    "thumbnail_uri": "",
    "song": "D.A.N.C.E.",
    "track_id": "78de46f1-5aa1-3979-9b9c-40cea653ca6e",
    "recording_id": null,
    "artist": "Justice",
    "artist_ids": [
        "860b2707-6153-4e3a-aa57-74d2b42c55b5"
    ],
    "album": "✝",
    "release_id": "e5ab28d0-bfcf-4a55-babc-bc4fd28ccbbc",
    "release_group_id": null,
    "labels": [
        "VICE Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2007-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fun fact, the intro for this one from the French electronic band is a sample from Britney Spears' \"Me Against The Music\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}