Information about plays

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

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

{
    "id": 347625,
    "uri": "https://api.kexp.org/v2/plays/347625/?format=api",
    "airdate": "2019-06-28T23:43:00-07:00",
    "show": 5788,
    "show_uri": "https://api.kexp.org/v2/shows/5788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Go Back",
    "track_id": null,
    "recording_id": null,
    "artist": "Kojey Radical",
    "artist_ids": [
        "478028d8-4c7b-46b2-940f-ac22b4ef37c2"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [],
    "release_date": "2019-05-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video for Kojey Radical's 'Can't Go Back' here: https://www.youtube.com/watch?v=_ZCNgXzRq-o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}