Information about plays

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

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

{
    "id": 2680951,
    "uri": "https://api.kexp.org/v2/plays/2680951/?format=api",
    "airdate": "2020-01-01T19:58:00-08:00",
    "show": 46272,
    "show_uri": "https://api.kexp.org/v2/shows/46272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Comin in Easy",
    "track_id": "287cb439-3dc1-4806-9bc0-d0ae9f892cb2",
    "recording_id": null,
    "artist": "The Easy Leaves",
    "artist_ids": [
        "4b74bdbd-7c67-47f5-9883-2fd2a477d066"
    ],
    "album": "Fresno",
    "release_id": "86fa01bf-3be3-490b-b53e-8c8709cb94ce",
    "release_group_id": null,
    "labels": [
        "Omega Records"
    ],
    "label_ids": [],
    "release_date": "2015-04-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Video from the Bay Area duo's 2015 Pickathon appearance live on KEXP: https://www.youtube.com/watch?v=H3omw7iZy7w ; http://www.theeasyleaves.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}