Information about plays

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

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

{
    "id": 2680771,
    "uri": "https://api.kexp.org/v2/plays/2680771/?format=api",
    "airdate": "2020-01-01T10:28:22-08:00",
    "show": 46270,
    "show_uri": "https://api.kexp.org/v2/shows/46270/?format=api",
    "image_uri": "https://coverartarchive.org/release/9f4da5ab-b91f-4e39-8d23-dd22983458fb/5661104842-250.jpg",
    "thumbnail_uri": "",
    "song": "New Year",
    "track_id": "f7cc7c1a-204f-4bc3-9c7e-dd4f04baae33",
    "recording_id": null,
    "artist": "Glasser",
    "artist_ids": [
        "ff2039e0-a4b3-4c6e-ad23-949f8ec63ffc"
    ],
    "album": "Interiors",
    "release_id": "9f4da5ab-b91f-4e39-8d23-dd22983458fb",
    "release_group_id": null,
    "labels": [
        "True Panther Sounds"
    ],
    "label_ids": [
        "83d836ec-fd29-4761-890a-9e0053c25635"
    ],
    "release_date": "2013-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}