Information about plays

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

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

{
    "id": 373542,
    "uri": "https://api.kexp.org/v2/plays/373542/?format=api",
    "airdate": "2019-08-28T14:42:52-07:00",
    "show": 6220,
    "show_uri": "https://api.kexp.org/v2/shows/6220/?format=api",
    "image_uri": "http://coverartarchive.org/release/58173200-3e0a-47c7-b5c0-a6af53880506/10364552769-250.jpg",
    "thumbnail_uri": "",
    "song": "Love Vigilantes",
    "track_id": "526c84e5-c59a-3fbe-af99-93fd33d94cbd",
    "recording_id": null,
    "artist": "Iron & Wine",
    "artist_ids": [
        "c3f28da8-662d-4f09-bdc7-3084bf685930"
    ],
    "album": "Around the Well",
    "release_id": "58173200-3e0a-47c7-b5c0-a6af53880506",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2009-05-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Greg, about his mix: \"I had been wanting to make a New Order covers mix for quite some time after hearing some gems over the years. I've always especially loved when artists reinterpret the original song and make it their own.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}