Information about plays

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

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

{
    "id": 350164,
    "uri": "https://api.kexp.org/v2/plays/350164/?format=api",
    "airdate": "2019-07-04T20:00:28-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "http://coverartarchive.org/release/12e0d940-30a9-41cc-9649-283c2731c80b/22015122595-250.jpg",
    "thumbnail_uri": "",
    "song": "Music to Her Ears",
    "track_id": "95b8b745-d1db-3508-8df9-195aee1b783a",
    "recording_id": null,
    "artist": "Big Sandy and His Fly-Rite Boys",
    "artist_ids": [
        "d82c3082-a1aa-4751-b10f-019859d4669e"
    ],
    "album": "Swingin' West",
    "release_id": "12e0d940-30a9-41cc-9649-283c2731c80b",
    "release_group_id": null,
    "labels": [
        "HighTone Records"
    ],
    "label_ids": [
        "9cbdb261-417e-4d9c-80b1-34961b70f48d"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}