Information about plays

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

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

{
    "id": 2680479,
    "uri": "https://api.kexp.org/v2/plays/2680479/?format=api",
    "airdate": "2019-12-31T17:13:11-08:00",
    "show": 46265,
    "show_uri": "https://api.kexp.org/v2/shows/46265/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "United States of Whatever",
    "track_id": "263fca38-9e78-3505-b8bc-1b60e7e9d2ac",
    "recording_id": null,
    "artist": "Liam Lynch",
    "artist_ids": [],
    "album": "Fake Songs",
    "release_id": "410d8b86-d4fc-4818-9a06-1646fbfeb92a",
    "release_group_id": null,
    "labels": [
        "S‐Curve Records"
    ],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}