Information about plays

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

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

{
    "id": 2674942,
    "uri": "https://api.kexp.org/v2/plays/2674942/?format=api",
    "airdate": "2019-12-18T14:38:00-08:00",
    "show": 46175,
    "show_uri": "https://api.kexp.org/v2/shows/46175/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bois De Vincennes",
    "track_id": null,
    "recording_id": null,
    "artist": "blackmail",
    "artist_ids": [
        "d415628d-8c84-453b-8a75-4816b088dbc9"
    ],
    "album": "Dur au mal",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "French duo. One of the new records Kevin picked up on his travels to France.  This find came from the shop Balades Sonores.  Check them out if you happen to find yourself in Paris!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}