Information about plays

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

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

{
    "id": 352285,
    "uri": "https://api.kexp.org/v2/plays/352285/?format=api",
    "airdate": "2019-07-09T20:42:00-07:00",
    "show": 5871,
    "show_uri": "https://api.kexp.org/v2/shows/5871/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain essouda",
    "track_id": "03396391-024e-4f02-b14e-68e1839de3f7",
    "recording_id": null,
    "artist": "Ammar 808",
    "artist_ids": [
        "edf8f2f9-3727-44a0-abb2-e54194307850"
    ],
    "album": "Maghreb United",
    "release_id": "0432164d-3b8f-4a66-ba96-257031e9e379",
    "release_group_id": null,
    "labels": [
        "Glitterbeat"
    ],
    "label_ids": [],
    "release_date": "2018-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "AMMAR 808 is an interstellar soldier on a quest for Lowest-Bass possible and mean grooves. He has been spotted collaborating with MEHDI NASSOULI (Morocco), Cheb HASSEN TEJ & LASSAD BOUGHALMI (Tunisia) and SOFIANE SAIDI (Algeria) https://ammar808.bandcamp.com/album/maghreb-united",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}