Information about plays

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

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

{
    "id": 2678912,
    "uri": "https://api.kexp.org/v2/plays/2678912/?format=api",
    "airdate": "2019-12-27T21:24:40-08:00",
    "show": 46236,
    "show_uri": "https://api.kexp.org/v2/shows/46236/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Beatles",
    "track_id": "0de9eca1-52d3-415f-b19d-f7686100584e",
    "recording_id": null,
    "artist": "Rae Sremmurd",
    "artist_ids": [],
    "album": "SremmLife 2",
    "release_id": "5097f58d-af45-471a-a9c0-67005ac4f0f0",
    "release_group_id": null,
    "labels": [
        "Eardrummers Entertainment"
    ],
    "label_ids": [
        "7021a2e3-de53-4b3a-8f5e-98c259eb0fb3"
    ],
    "release_date": "2016-08-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}