Information about plays

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

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

{
    "id": 345469,
    "uri": "https://api.kexp.org/v2/plays/345469/?format=api",
    "airdate": "2019-06-24T07:51:14-07:00",
    "show": 5761,
    "show_uri": "https://api.kexp.org/v2/shows/5761/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dislexia",
    "track_id": "6b0ca4e4-ecfc-41a6-b459-82bae26c5411",
    "recording_id": null,
    "artist": "Boogarins",
    "artist_ids": [
        "46713d05-4143-4704-a9c3-71b482a13944"
    ],
    "album": "Sombrou Dúvida",
    "release_id": "529cefed-1219-430e-a79c-a1d6ada003cd",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Boogarins will be playing Chop Suey on September 24th. https://boogarins.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}