Information about plays

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

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

{
    "id": 2680305,
    "uri": "https://api.kexp.org/v2/plays/2680305/?format=api",
    "airdate": "2019-12-31T06:40:29-08:00",
    "show": 46263,
    "show_uri": "https://api.kexp.org/v2/shows/46263/?format=api",
    "image_uri": "https://coverartarchive.org/release/35e125c3-e78e-4a4f-b638-527a57ebbefb/12500859825-250.jpg",
    "thumbnail_uri": "",
    "song": "Flashlight",
    "track_id": "1848b5d4-04b5-4ef8-b15e-25b37cd6ff3b",
    "recording_id": null,
    "artist": "Bonobo",
    "artist_ids": [
        "9a709693-b4f8-4da9-8cc1-038c911a61be"
    ],
    "album": "Flashlight EP",
    "release_id": "35e125c3-e78e-4a4f-b638-527a57ebbefb",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2014-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}