Information about plays

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

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

{
    "id": 2675314,
    "uri": "https://api.kexp.org/v2/plays/2675314/?format=api",
    "airdate": "2019-12-19T09:35:14-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pool Party",
    "track_id": "77030033-38c3-49ce-96f3-06f0ffba5f75",
    "recording_id": null,
    "artist": "Rudy Willingham",
    "artist_ids": [
        "2ade52c8-bb0d-469a-ad97-030c90dcb414"
    ],
    "album": "Dunk Reactions",
    "release_id": "79a60b4b-624b-4e8a-a288-8736c93a6e90",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-09-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#8 Most Played on JITM 2019 | Here's local producer and artist Rudy Willingham talking to us about 'Dunk Reactions,' his new album in 2019: https://bit.ly/2r5IJgm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}