Information about plays

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

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

{
    "id": 375817,
    "uri": "https://api.kexp.org/v2/plays/375817/?format=api",
    "airdate": "2019-09-03T02:04:27-07:00",
    "show": 6259,
    "show_uri": "https://api.kexp.org/v2/shows/6259/?format=api",
    "image_uri": "http://coverartarchive.org/release/560d4328-550c-40af-a2fc-f2a2b10328b4/2215573326-250.jpg",
    "thumbnail_uri": "",
    "song": "Hanging On",
    "track_id": "bcda0859-3269-3889-a5cb-352a4c87385a",
    "recording_id": null,
    "artist": "Active Child",
    "artist_ids": [
        "979437d4-9514-4078-89cd-0b87907ddf86"
    ],
    "album": "You Are All I See",
    "release_id": "560d4328-550c-40af-a2fc-f2a2b10328b4",
    "release_group_id": null,
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2011-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}