Information about plays

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

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

{
    "id": 350033,
    "uri": "https://api.kexp.org/v2/plays/350033/?format=api",
    "airdate": "2019-07-04T12:47:04-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/b292c647-e3f6-4991-a919-7bd4df4d99ff/17513520760-250.jpg",
    "thumbnail_uri": "",
    "song": "HUMBLE.",
    "track_id": "8e7b33d6-1a3f-4e41-98a1-a08aa2a32e37",
    "recording_id": null,
    "artist": "Kendrick Lamar",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "DAMN.",
    "release_id": "b292c647-e3f6-4991-a919-7bd4df4d99ff",
    "release_group_id": null,
    "labels": [
        "Top Dog Records"
    ],
    "label_ids": [
        "3bdf4987-3de7-4ed4-8d50-493ba5863c06"
    ],
    "release_date": "2017-04-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}