Information about plays

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

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

{
    "id": 377359,
    "uri": "https://api.kexp.org/v2/plays/377359/?format=api",
    "airdate": "2019-09-06T06:41:46-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Better Than That",
    "track_id": "5b139e9d-6172-4a92-9570-9b1a9c668940",
    "recording_id": null,
    "artist": "James",
    "artist_ids": [
        "a2accb58-6099-4cb5-a3c8-f6332f364db5"
    ],
    "album": "Better Than That",
    "release_id": "514d7378-fd4b-4832-9e93-1b01d8671f37",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Like this song?  Watch James perform it live on the BBC last year: https://www.youtube.com/watch?v=iMKRTImbEvg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}