Information about plays

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

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

{
    "id": 374474,
    "uri": "https://api.kexp.org/v2/plays/374474/?format=api",
    "airdate": "2019-08-30T13:15:56-07:00",
    "show": 6230,
    "show_uri": "https://api.kexp.org/v2/shows/6230/?format=api",
    "image_uri": "http://coverartarchive.org/release/045d6468-acb2-4d54-b228-693c69f6eb9e/9152608018-250.jpg",
    "thumbnail_uri": "",
    "song": "Golden Brown",
    "track_id": "2fa6912c-5ce5-3756-8415-9ad989a2d901",
    "recording_id": null,
    "artist": "The Stranglers",
    "artist_ids": [
        "a96d82a0-cdca-40bf-b4c8-3d7ec178d85b"
    ],
    "album": "Feline",
    "release_id": "045d6468-acb2-4d54-b228-693c69f6eb9e",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}