Information about plays

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

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

{
    "id": 2678380,
    "uri": "https://api.kexp.org/v2/plays/2678380/?format=api",
    "airdate": "2019-12-26T12:52:00-08:00",
    "show": 46227,
    "show_uri": "https://api.kexp.org/v2/shows/46227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Limit to Your Love",
    "track_id": "c4c21cfa-6758-3375-9dd9-ee8c944aff14",
    "recording_id": null,
    "artist": "James Blake",
    "artist_ids": [
        "8dc08b1f-e393-4f85-a5dd-300f7693a8b8"
    ],
    "album": "Limit to Your Love",
    "release_id": "860dfc16-9442-447c-9b2f-b78241a1148f",
    "release_group_id": null,
    "labels": [
        "Atlas Recordings"
    ],
    "label_ids": [],
    "release_date": "2010-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Limit to Your Love\" is a song by Canadian musician Feist. James Blake recorded a version as \"Limit to Your Love\" on his self-titled debut studio album. https://www.youtube.com/watch?v=oOT2-OTebx0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}