Information about plays

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

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

{
    "id": 372597,
    "uri": "https://api.kexp.org/v2/plays/372597/?format=api",
    "airdate": "2019-08-26T15:38:56-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "http://coverartarchive.org/release/abc22131-315b-409d-8a8d-ed88f688fad4/11901018691-250.jpg",
    "thumbnail_uri": "",
    "song": "Merchandise",
    "track_id": "fb5b3c27-9be3-3125-b30f-241450079c34",
    "recording_id": null,
    "artist": "Fugazi",
    "artist_ids": [
        "233fc3f3-6de2-465c-985e-e721dbabbace"
    ],
    "album": "Repeater + 3 Songs",
    "release_id": "abc22131-315b-409d-8a8d-ed88f688fad4",
    "release_group_id": null,
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [
        "2954d038-b2af-495a-b3b7-ab8028c672c4"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the mixtape titled \"Soul Retrieval\" by Tai Hubbert.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}