Information about plays

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

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

{
    "id": 2680649,
    "uri": "https://api.kexp.org/v2/plays/2680649/?format=api",
    "airdate": "2020-01-01T03:11:30-08:00",
    "show": 46268,
    "show_uri": "https://api.kexp.org/v2/shows/46268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That One Thing",
    "track_id": "9b8d251b-ec79-4ee4-9c7a-9887dbee4ae4",
    "recording_id": null,
    "artist": "Natasha Kmeto",
    "artist_ids": [
        "85c13357-7e12-48b6-9d5c-c3d96b977ba6"
    ],
    "album": "Inevitable",
    "release_id": "517eda70-c870-42ac-b374-c81684532063",
    "release_group_id": null,
    "labels": [
        "Dropping Gems"
    ],
    "label_ids": [],
    "release_date": "2015-09-14",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Portland's Natasha Kmeto Live on KEXP: https://www.youtube.com/watch?v=PD9yRoPplAc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}