Information about plays

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

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

{
    "id": 380050,
    "uri": "https://api.kexp.org/v2/plays/380050/?format=api",
    "airdate": "2019-09-12T15:54:14-07:00",
    "show": 6324,
    "show_uri": "https://api.kexp.org/v2/shows/6324/?format=api",
    "image_uri": "http://coverartarchive.org/release/d40165ac-a2c9-4ab7-9844-b643106a5a9b/13817952025-250.jpg",
    "thumbnail_uri": "",
    "song": "Comfy in Nautica",
    "track_id": "af9330e9-cd7c-38da-bdd5-85d9c44b74c9",
    "recording_id": null,
    "artist": "Panda Bear",
    "artist_ids": [
        "fd3c3f9f-a471-498e-ab3a-940ac20b6bbd"
    ],
    "album": "Person Pitch",
    "release_id": "d40165ac-a2c9-4ab7-9844-b643106a5a9b",
    "release_group_id": null,
    "labels": [
        "Paw Tracks"
    ],
    "label_ids": [
        "bc613410-2232-4c90-9593-f8ffd16a1c79"
    ],
    "release_date": "2007-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Panda Bear were included in KEXP's Music That Matters, Vol. 454 - Ævintýr podcast back in 2015. See the full playlist and listen to the podcast here: https://bit.ly/2m7SiIP",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}