Information about plays

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

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

{
    "id": 2676052,
    "uri": "https://api.kexp.org/v2/plays/2676052/?format=api",
    "airdate": "2019-12-20T18:56:00-08:00",
    "show": 46187,
    "show_uri": "https://api.kexp.org/v2/shows/46187/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lovesick",
    "track_id": "ecd44ac3-3e9f-433f-8c36-1c2731344df7",
    "recording_id": null,
    "artist": "Lindstrøm & Christabelle",
    "artist_ids": [],
    "album": "Real Life Is No Cool",
    "release_id": "cde85286-18af-40ff-8e4a-4d8a42104543",
    "release_group_id": null,
    "labels": [
        "Feedelity"
    ],
    "label_ids": [
        "e736fed5-94cb-4d05-8152-9d507cc26617"
    ],
    "release_date": "2009-11-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lindstrom at Neumos December 28!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}