Information about plays

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

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

{
    "id": 376289,
    "uri": "https://api.kexp.org/v2/plays/376289/?format=api",
    "airdate": "2019-09-03T23:34:55-07:00",
    "show": 6264,
    "show_uri": "https://api.kexp.org/v2/shows/6264/?format=api",
    "image_uri": "http://coverartarchive.org/release/ec6d4409-a112-3f1f-a880-6d1c9d56746c/9637263179-250.jpg",
    "thumbnail_uri": "",
    "song": "Good Enough",
    "track_id": "33b2dc5b-b16a-3eff-858b-f6a793c1ed90",
    "recording_id": null,
    "artist": "Mudhoney",
    "artist_ids": [
        "e675295a-1efe-4247-aa3b-53b78d0cdffc"
    ],
    "album": "Every Good Boy Deserves Fudge",
    "release_id": "ec6d4409-a112-3f1f-a880-6d1c9d56746c",
    "release_group_id": null,
    "labels": [
        "Au Go Go"
    ],
    "label_ids": [
        "8017c3e8-f1e2-4fd2-9c80-63c17467e7d0"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}