Information about plays

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

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

{
    "id": 2682789,
    "uri": "https://api.kexp.org/v2/plays/2682789/?format=api",
    "airdate": "2020-01-06T09:14:24-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?format=api",
    "image_uri": "https://coverartarchive.org/release/f3a18492-0e33-446c-a0aa-f08c8f0bac3b/24394486992-250.jpg",
    "thumbnail_uri": "",
    "song": "Drone Warfare",
    "track_id": "9d777187-e6c0-4bd8-a228-2b4e4db10926",
    "recording_id": null,
    "artist": "DJ Shadow feat. Nas & Pharoahe Monch",
    "artist_ids": [
        "a4d62ced-2f87-488a-9c76-ab88ea7a2cbf"
    ],
    "album": "Our Pathetic Age",
    "release_id": "f3a18492-0e33-446c-a0aa-f08c8f0bac3b",
    "release_group_id": null,
    "labels": [
        "Mass Appeal Records"
    ],
    "label_ids": [
        "6f6e9784-ac68-4dcc-9790-d6b3edbb1a56"
    ],
    "release_date": "2019-11-14",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}