Information about plays

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

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

{
    "id": 350718,
    "uri": "https://api.kexp.org/v2/plays/350718/?format=api",
    "airdate": "2019-07-06T03:42:00-07:00",
    "show": 5840,
    "show_uri": "https://api.kexp.org/v2/shows/5840/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dark Side Of The Moon (feat. Nicki Minaj)",
    "track_id": null,
    "recording_id": null,
    "artist": "Lil Wayne",
    "artist_ids": [
        "ac9a487a-d9d2-4f27-bb23-0f4686488345"
    ],
    "album": "The Carter V",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Young Money Records, Inc."
    ],
    "label_ids": [
        "ec7a0e0b-f5a2-4ddc-8d1f-c318259d7553"
    ],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}