Information about plays

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

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

{
    "id": 2675073,
    "uri": "https://api.kexp.org/v2/plays/2675073/?format=api",
    "airdate": "2019-12-18T21:02:20-08:00",
    "show": 46177,
    "show_uri": "https://api.kexp.org/v2/shows/46177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Emmanuel",
    "track_id": "ecfaf89e-c844-4517-a2ce-dbe511589036",
    "recording_id": null,
    "artist": "TK & The Holy Know-Nothings",
    "artist_ids": [
        "c0687474-c396-4f09-b308-b8d960a773f9"
    ],
    "album": "Arguably OK",
    "release_id": "45db267c-19a1-42da-aa21-aff14b956ba9",
    "release_group_id": null,
    "labels": [
        "Mama Bird Recording Co."
    ],
    "label_ids": [],
    "release_date": "2019-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rounding out The Roadhouse’s top three songs of 2019! Catch them Fri 1/3 @ Tractor ; video of their full in-studio here in The Roadhouse from back in May: https://www.youtube.com/watch?v=zFwl3IFwdVY ; https://www.facebook.com/tkandtheholyknownothings",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}