Information about plays

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

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

{
    "id": 345717,
    "uri": "https://api.kexp.org/v2/plays/345717/?format=api",
    "airdate": "2019-06-24T23:56:46-07:00",
    "show": 5765,
    "show_uri": "https://api.kexp.org/v2/shows/5765/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mushrooms & Roses",
    "track_id": "0d292544-74c6-3ddf-a8e7-39410a288787",
    "recording_id": null,
    "artist": "Janelle Monáe",
    "artist_ids": [],
    "album": "The ArchAndroid",
    "release_id": "0579c05b-3cc2-40ef-8a32-fee6e3be90f6",
    "release_group_id": null,
    "labels": [
        "Bad Boy Records"
    ],
    "label_ids": [],
    "release_date": "2010-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}