Information about plays

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

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

{
    "id": 373518,
    "uri": "https://api.kexp.org/v2/plays/373518/?format=api",
    "airdate": "2019-08-28T13:38:00-07:00",
    "show": 6219,
    "show_uri": "https://api.kexp.org/v2/shows/6219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Make the Road by Walking",
    "track_id": "54dfeca0-50b8-3449-8277-eb130dc6f1e4",
    "recording_id": null,
    "artist": "Menahan Street Band",
    "artist_ids": [
        "93da8c8a-bd13-4418-a00e-2861b8518a8d"
    ],
    "album": "Make the Road by Walking",
    "release_id": "35285bcb-3b6c-4e23-b418-cf3a2534161e",
    "release_group_id": null,
    "labels": [
        "Dunham Records"
    ],
    "label_ids": [],
    "release_date": "2008-10-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rene's boyfriend says, \"Since we started dating about a year and a half ago, I decided to give mixtapes and loop tapes a try as a little way to express and share my love for her and music with her. Needless to say we found it really fun!\" <br>https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}